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