summaryrefslogtreecommitdiffstats
path: root/templates/part.feed.starred.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.feed.starred.php')
-rw-r--r--templates/part.feed.starred.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/templates/part.feed.starred.php b/templates/part.feed.starred.php
index 3d0adde03..110549150 100644
--- a/templates/part.feed.starred.php
+++ b/templates/part.feed.starred.php
@@ -1,4 +1,7 @@
-<li ng-class="{ active: starredBl.isActive(0) }"
+<li ng-class="{
+ active: starredBl.isActive(0),
+ unread: starredBl.getUnreadCount() > 0
+ }"
ng-show="starredBl.isVisible(0)">
<a class="starred-icon"
href="#"
@@ -7,7 +10,7 @@
</a>
<span class="utils">
<span class="unread-counter">
- {{ starredBl.getStarredCount() }}
+ {{ starredBl.getUnreadCount() }}
</span>
</span>
</li> \ No newline at end of file