summaryrefslogtreecommitdiffstats
path: root/templates/part.navigation.starredfeed.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-19 14:39:40 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-19 14:39:40 +0200
commitfdc383382bd9d0ffe99a4d36dbd4ebaa05b58a11 (patch)
tree9db3ea72fadcce0e4629e86cfa30a7489d11630e /templates/part.navigation.starredfeed.php
parent4d20b6df1aa6c46a2d7cb212e64ab92dd373ccbc (diff)
Show full unread count when hovering over the unread count
Diffstat (limited to 'templates/part.navigation.starredfeed.php')
-rw-r--r--templates/part.navigation.starredfeed.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/part.navigation.starredfeed.php b/templates/part.navigation.starredfeed.php
index fb185ee67..58dfdad94 100644
--- a/templates/part.navigation.starredfeed.php
+++ b/templates/part.navigation.starredfeed.php
@@ -11,7 +11,8 @@
<div class="app-navigation-entry-utils">
<ul>
<li class="app-navigation-entry-utils-counter"
- ng-show="Navigation.getStarredCount() > 0">
+ ng-show="Navigation.getStarredCount() > 0"
+ title="{{ Navigation.getStarredCount() }}">
{{ Navigation.getStarredCount() | unreadCountFormatter }}
</li>
</ul>