diff options
author | fuxiaohei <fuxiaohei@vip.qq.com> | 2014-09-27 17:08:57 +0800 |
---|---|---|
committer | fuxiaohei <fuxiaohei@vip.qq.com> | 2014-09-27 17:08:57 +0800 |
commit | dccc50e9d4d217cea91d76f17fa60bf5c0a6fb03 (patch) | |
tree | 5f118da4b713017a30885126819c4221daf0af89 /templates/repo/sidebar.tmpl | |
parent | ad2ab6d21496e60e7589c44bdfcc15bba01ae9dd (diff) | |
download | gitea-dccc50e9d4d217cea91d76f17fa60bf5c0a6fb03.tar.gz gitea-dccc50e9d4d217cea91d76f17fa60bf5c0a6fb03.zip |
template and ui fix
Diffstat (limited to 'templates/repo/sidebar.tmpl')
-rw-r--r-- | templates/repo/sidebar.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/sidebar.tmpl b/templates/repo/sidebar.tmpl index a4fa17b757..d43e36063d 100644 --- a/templates/repo/sidebar.tmpl +++ b/templates/repo/sidebar.tmpl @@ -1,4 +1,4 @@ -<div id="repo-sidebar" class="right grid-1-5"> +<div id="repo-sidebar" class="right grid-1-6"> <ul class="menu menu-vertical" id="repo-sidebar-nav"> <li> <a class="radius" href="{{.RepoLink}}/issues"><i class="octicon octicon-issue-opened"></i>{{.i18n.Tr "repo.issues"}}<span class="num right label label-blue label-radius">{{.Repository.NumOpenIssues}}</span></a> |