Browse Source

show dataset download_times

master
yuyuanshifu 4 years ago
parent
commit
6c5e4bcde3
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      templates/explore/dataset_list.tmpl

+ 0
- 2
templates/explore/dataset_list.tmpl View File

@@ -31,9 +31,7 @@
<div class="ui right metas">
<span class="text grey">{{svg "octicon-tasklist" 16}} {{$.i18n.Tr (printf "dataset.task.%s" .Task)}}</span>
<span class="text grey">{{svg "octicon-tag" 16}}{{$.i18n.Tr (printf "dataset.category.%s" .Category)}}</span>
{{if ne .DownloadTimes 0}}
<span class="text grey">{{svg "octicon-flame" 16}} {{.DownloadTimes}}</span>
{{end}}
</div>
</div>
<div class="description">


Loading…
Cancel
Save