summaryrefslogtreecommitdiffstats
path: root/templates/part.navigation.sharedfeed.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.navigation.sharedfeed.php')
-rw-r--r--templates/part.navigation.sharedfeed.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/part.navigation.sharedfeed.php b/templates/part.navigation.sharedfeed.php
index 36be0856a..ee4bb4fc3 100644
--- a/templates/part.navigation.sharedfeed.php
+++ b/templates/part.navigation.sharedfeed.php
@@ -1,5 +1,5 @@
<li ng-class="{
- active: Navigation.isShared(),
+ active: Navigation.isSharedActive(),
unread: Navigation.isSharedUnread()
}"
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.isStarredUnread()"
+ ng-show="Navigation.isSharedUnread()"
title="{{ Navigation.getStarredCount() }}">
{{ Navigation.getStarredCount() | unreadCountFormatter }}
</li>