summaryrefslogtreecommitdiffstats
path: root/templates/part.navigation.starredfeed.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.navigation.starredfeed.php')
-rw-r--r--templates/part.navigation.starredfeed.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/part.navigation.starredfeed.php b/templates/part.navigation.starredfeed.php
index b970c20b9..1f096d57d 100644
--- a/templates/part.navigation.starredfeed.php
+++ b/templates/part.navigation.starredfeed.php
@@ -1,6 +1,6 @@
<li ng-class="{
active: Navigation.isStarredActive(),
- unread: Navigation.getStarredCount() > 0
+ unread: Navigation.isStarredUnread()
}"
class="with-counter starred-feed">
@@ -11,7 +11,7 @@
<div class="app-navigation-entry-utils">
<ul>
<li class="app-navigation-entry-utils-counter"
- ng-show="Navigation.getStarredCount() > 0"
+ ng-show="Navigation.isStarredUnread()"
title="{{ Navigation.getStarredCount() }}">
{{ Navigation.getStarredCount() | unreadCountFormatter }}
</li>