Add the tag count to the tag icon in the repo view

This commit is contained in:
Joseph Schorr 2013-10-02 01:05:36 -04:00
parent 7d6c9a88df
commit 060f3a9ff2
3 changed files with 30 additions and 2 deletions

View file

@ -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">