summaryrefslogtreecommitdiffstats
path: root/templates/part.navigation.starredfeed.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-05-28 15:42:32 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-05-28 15:42:32 +0200
commitddb0d5020f4deccc2aec9d959ea434828e60a699 (patch)
tree922720c01a020ca7420c6f0fa232536194eff5b5 /templates/part.navigation.starredfeed.php
parent71f25d7e8a70bd017d3589ae54efb19c4ba317f5 (diff)
try to fix out of syn issue
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>