summaryrefslogtreecommitdiffstats
path: root/templates/part.navigation.feed.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.feed.php
parent4d20b6df1aa6c46a2d7cb212e64ab92dd373ccbc (diff)
Show full unread count when hovering over the unread count
Diffstat (limited to 'templates/part.navigation.feed.php')
-rw-r--r--templates/part.navigation.feed.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/part.navigation.feed.php b/templates/part.navigation.feed.php
index b8d81faa0..ab1c8a4bb 100644
--- a/templates/part.navigation.feed.php
+++ b/templates/part.navigation.feed.php
@@ -62,7 +62,8 @@
ng-show="feed.id && !feed.editing && !feed.error && !feed.deleted">
<ul>
<li class="app-navigation-entry-utils-counter"
- ng-show="feed.id && Navigation.getFeedUnreadCount(feed.id) > 0">
+ ng-show="feed.id && Navigation.getFeedUnreadCount(feed.id) > 0"
+ title="{{ Navigation.getFeedUnreadCount(feed.id) }}">
{{ Navigation.getFeedUnreadCount(feed.id) | unreadCountFormatter }}
</li>
<li class="app-navigation-entry-utils-menu-button">