summaryrefslogtreecommitdiffstats
path: root/templates/part.navigation.unreadfeed.php
diff options
context:
space:
mode:
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>