diff options
author | fuxiaohei <fuxiaohei@vip.qq.com> | 2014-09-23 23:48:28 +0800 |
---|---|---|
committer | fuxiaohei <fuxiaohei@vip.qq.com> | 2014-09-23 23:48:28 +0800 |
commit | b3f0d25ce5966972ac1b9703672a8512400423a6 (patch) | |
tree | 16f0934f49f245a0fe9016316ab61682b54e68a6 /templates/repo | |
parent | d750d53422df8d11783b672ac6cc558b136b5632 (diff) | |
download | gitea-b3f0d25ce5966972ac1b9703672a8512400423a6.tar.gz gitea-b3f0d25ce5966972ac1b9703672a8512400423a6.zip |
pull request ui review, change sidebar
Diffstat (limited to 'templates/repo')
-rw-r--r-- | templates/repo/sidebar_mini.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/sidebar_mini.tmpl b/templates/repo/sidebar_mini.tmpl index 0da012a1d9..dfd48c842e 100644 --- a/templates/repo/sidebar_mini.tmpl +++ b/templates/repo/sidebar_mini.tmpl @@ -2,7 +2,7 @@ <li><a href="#" class="btn-right-radius"><i class="octicon octicon-code"></i></a></li> <li class="border-bottom"></li> <li><a href="#" class="btn-right-radius"><i class="octicon octicon-issue-opened"></i> - <span class="num label label-blue">6</span> + <span class="num label label-blue">999</span> </a></li> <li class="current"><a href="#" class="btn-right-radius"><i class="octicon octicon-git-pull-request"></i> <span class="num label label-black">12</span> |