summaryrefslogtreecommitdiffstats
path: root/templates/part.navigation.unreadfeed.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.unreadfeed.php
parent4d20b6df1aa6c46a2d7cb212e64ab92dd373ccbc (diff)
Show full unread count when hovering over the unread count
Diffstat (limited to 'templates/part.navigation.unreadfeed.php')
-rw-r--r--templates/part.navigation.unreadfeed.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/part.navigation.unreadfeed.php b/templates/part.navigation.unreadfeed.php
index 704677968..c18a8875d 100644
--- a/templates/part.navigation.unreadfeed.php
+++ b/templates/part.navigation.unreadfeed.php
@@ -15,7 +15,8 @@
<div class="app-navigation-entry-utils">
<ul>
<li class="app-navigation-entry-utils-counter"
- ng-show="Navigation.getUnreadCount() > 0">
+ ng-show="Navigation.getUnreadCount() > 0"
+ title="{{ Navigation.getUnreadCount() }}">
{{ Navigation.getUnreadCount() | unreadCountFormatter }}
</li>
<li class="app-navigation-entry-utils-menu-button"><button ng-click="optionsId = (optionsId == 'all' ? -1 : 'all')"></button></li>