diff --git a/custom/templates/datasets/dataset_list.tmpl b/custom/templates/datasets/dataset_list.tmpl index 0ec78c147..b96410093 100644 --- a/custom/templates/datasets/dataset_list.tmpl +++ b/custom/templates/datasets/dataset_list.tmpl @@ -36,7 +36,9 @@
{{svg "octicon-tasklist" 16}} {{.Task}} {{svg "octicon-tag" 16}}{{.Category}} - {{svg "octicon-flame" 16}} 24 + {{if ne .DownloadTimes 0}} + {{svg "octicon-flame" 16}} {{.DownloadTimes}} + {{end}}