summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJessica Greene <jessica0greene@gmail.com>2018-04-12 11:38:28 +0200
committerJessica Greene <jessica0greene@gmail.com>2018-04-12 11:38:28 +0200
commit4c3e08ed59735b5b327585d568bc780af9471d16 (patch)
treed53d8a234f670533e7b0a6fbff5a7678e2b4ad3d /templates
parenta88e2cb690a57b7875c4c2b177bbe7314e4d62da (diff)
Add Tooltips for non default groups
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>