瀏覽代碼

Remove dataset names from the georeports

fzadrazil 5 年之前
父節點
當前提交
f0964b973a
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      views/nuts.pug

+ 0 - 2
views/nuts.pug

@@ -15,13 +15,11 @@ html
 
     table
       tr
-        th Dataset
         th Description
         th Region score
 
       each ds in datasets
         tr
-          td= ds.Name
           td= ds.Description
           td= region[ds.Factor][ds.Name]