Add the tag count to the tag icon in the repo view
This commit is contained in:
parent
7d6c9a88df
commit
060f3a9ff2
3 changed files with 30 additions and 2 deletions
|
@ -59,7 +59,7 @@
|
|||
<ul class="nav nav-tabs">
|
||||
<li>
|
||||
<span class="tag-dropdown dropdown" title="Tags">
|
||||
<i class="icon-bookmark"></i>
|
||||
<i class="icon-bookmark"><span class="tag-count">{{getTagCount(repo)}}</span></i>
|
||||
<a href="javascript:void(0)" class="dropdown-toggle" data-toggle="dropdown">{{currentTag.name}} <b class="caret"></b></a>
|
||||
<ul class="dropdown-menu">
|
||||
<li ng-repeat="tag in repo.tags">
|
||||
|
|
Reference in a new issue