summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/part.navigation.starredfeed.php2
-rw-r--r--templates/part.navigation.unreadfeed.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/part.navigation.starredfeed.php b/templates/part.navigation.starredfeed.php
index 58dfdad94..adf3434db 100644
--- a/templates/part.navigation.starredfeed.php
+++ b/templates/part.navigation.starredfeed.php
@@ -2,7 +2,7 @@
active: Navigation.isStarredActive(),
unread: Navigation.getStarredCount() > 0
}"
- class="starred has-counter">
+ class="with-counter starred-feed">
<a class="icon-starred" ng-href="#/items/starred/">
<?php p($l->t('Starred')) ?>
diff --git a/templates/part.navigation.unreadfeed.php b/templates/part.navigation.unreadfeed.php
index c18a8875d..968e1eec4 100644
--- a/templates/part.navigation.unreadfeed.php
+++ b/templates/part.navigation.unreadfeed.php
@@ -2,7 +2,7 @@
active: Navigation.isSubscriptionsActive(),
unread: Navigation.getUnreadCount() > 0
}"
- class="subscriptions has-counter has-menu">
+ class="subscriptions-feed with-counter with-menu">
<a class="icon-rss" ng-href="#/items/" ng-if="!Navigation.isShowAll()">
<?php p($l->t('Unread articles'))?>