From 167ae3cb2aa2e92226c2294a41aa3c8a26be1bff Mon Sep 17 00:00:00 2001 From: wangjr Date: Fri, 15 Apr 2022 19:21:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=8B=E5=88=92=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/user/dashboard/dashboard.tmpl | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/templates/user/dashboard/dashboard.tmpl b/templates/user/dashboard/dashboard.tmpl index 828679153..ea276af6b 100644 --- a/templates/user/dashboard/dashboard.tmpl +++ b/templates/user/dashboard/dashboard.tmpl @@ -21,16 +21,18 @@ {{if .EnableHeatmap}} {{template "user/dashboard/heatmap" .}} {{end}} - {{template "user/dashboard/feeds" .}} -
-
- {{.i18n.Tr "home.activity"}}: + {{template "user/dashboard/feeds" .}} +
+
+
+ {{.i18n.Tr "home.activity"}}: +
+
+

+ {{.i18n.Tr "home.no_events"}} +

-
-

- {{.i18n.Tr "home.no_events"}} -

-
+
{{template "user/dashboard/repolist" .}} @@ -132,4 +134,11 @@ .content >p{ line-height: 2em !important; } + .ui.placeholder.segment { + min-height: 15rem !important; + } + .line{ + border-top: 1px solid rgba(187, 187, 187, 0.5) !important; + margin-top: 20px !important; + } \ No newline at end of file