summaryrefslogtreecommitdiffstats
path: root/templates/part.feed.unread.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-08-31 12:08:31 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-08-31 12:08:31 +0200
commite76ba69f66d49320005054dbf5cad477c252ed31 (patch)
tree207fdf4cbdfcd03607de614cea420209ffc9a281 /templates/part.feed.unread.php
parent89824e9da726daf52b0e5805bb0d427930653b74 (diff)
use from navigation css from core
Diffstat (limited to 'templates/part.feed.unread.php')
-rw-r--r--templates/part.feed.unread.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/part.feed.unread.php b/templates/part.feed.unread.php
index 867ba1792..275c36dd6 100644
--- a/templates/part.feed.unread.php
+++ b/templates/part.feed.unread.php
@@ -1,7 +1,8 @@
<li ng-class="{
active: Navigation.isSubscriptionsActive(),
unread: Navigation.getUnreadCount() > 0
- }">
+ }"
+ class="has-counter">
<a class="icon-rss" ng-href="#/items/" ng-if="!Navigation.isShowAll()">
<?php p($l->t('Unread articles'))?>