summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/group.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/group.html b/templates/group.html
index 2b458107..678a6723 100644
--- a/templates/group.html
+++ b/templates/group.html
@@ -1,6 +1,8 @@
<a ng-href="#/{{ctrl.group.name}}">{{ ctrl.group.name }}</a>
<div class="app-navigation-entry-utils">
<ul>
- <li class="app-navigation-entry-utils-counter">{{ctrl.group.count | counterFormatter}}</li>
+ <li class="app-navigation-entry-utils-counter" tooltip-placement="right" uib-tooltip="{{ctrl.group.count | counterTooltipDisplay}}"
+ tooltip-append-to-body="true">{{ctrl.group.count | counterFormatter}}
+ </li>
</ul>
</div>