summaryrefslogtreecommitdiffstats
path: root/templates/part.feed.unread.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-31 01:34:08 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-31 01:34:08 +0200
commit0675405a8cb0a35797e4f0b96bd9072986bd1507 (patch)
treef8cd6825daa2cdd12d00be5ea3bcfe3b3c289225 /templates/part.feed.unread.php
parent82f0a877a001ead0bd0cdd76d96fe46a071535d8 (diff)
show unreadcount in title
Diffstat (limited to 'templates/part.feed.unread.php')
-rw-r--r--templates/part.feed.unread.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.feed.unread.php b/templates/part.feed.unread.php
index ff91c55c1..f3375cef0 100644
--- a/templates/part.feed.unread.php
+++ b/templates/part.feed.unread.php
@@ -15,7 +15,7 @@
</div>
<span class="utils">
- <span class="unread-counter" ng-show="getUnreadCount() > 0">
+ <span class="unread-counter" ng-show="Navigation.getUnreadCount() > 0">
{{ Navigation.getUnreadCount() | unreadCountFormatter }}
</span>
<!--