From b045af3db98e666581f2fd09cb22a9bdb7568a56 Mon Sep 17 00:00:00 2001 From: zhoupzh Date: Fri, 8 Apr 2022 17:41:14 +0800 Subject: [PATCH] fix issue --- templates/explore/datasets.tmpl | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/templates/explore/datasets.tmpl b/templates/explore/datasets.tmpl index b8b805865..8211e8f20 100644 --- a/templates/explore/datasets.tmpl +++ b/templates/explore/datasets.tmpl @@ -184,9 +184,15 @@
+ {{if eq .UserID 0}} + {{else}} + + + + {{end}} 创建于:{{TimeSinceUnix1 .CreatedUnix}}
@@ -215,7 +221,4 @@ -{{template "base/footer" .}} - \ No newline at end of file +{{template "base/footer" .}} \ No newline at end of file