diff options
author | Michael Li <alimy@gility.net> | 2018-05-09 02:43:23 +0800 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2018-05-08 14:43:23 -0400 |
commit | 45545e897caea97849e9179c6b207630665130b2 (patch) | |
tree | e95f637d392d1094afd001c9ceb0bcc51bcb2219 | |
parent | eccc8109c170315ec6bfe362fcabc87e1348b65f (diff) |
templates/user/dashboard: make page more concise for user's activity/issues/PR information (#5209)
-rw-r--r-- | templates/user/dashboard/navbar.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/dashboard/navbar.tmpl b/templates/user/dashboard/navbar.tmpl index 88d69c8f..3ba9f2c2 100644 --- a/templates/user/dashboard/navbar.tmpl +++ b/templates/user/dashboard/navbar.tmpl @@ -49,5 +49,5 @@ </div> </div> {{end}} + <div class="ui divider"></div> </div> -<div class="ui divider"></div> |