summaryrefslogtreecommitdiffstats
path: root/templates/part.navigation.starredfeed.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.navigation.starredfeed.php')
-rw-r--r--templates/part.navigation.starredfeed.php16
1 files changed, 8 insertions, 8 deletions
diff --git a/templates/part.navigation.starredfeed.php b/templates/part.navigation.starredfeed.php
index adf3434db..b970c20b9 100644
--- a/templates/part.navigation.starredfeed.php
+++ b/templates/part.navigation.starredfeed.php
@@ -1,14 +1,14 @@
<li ng-class="{
- active: Navigation.isStarredActive(),
- unread: Navigation.getStarredCount() > 0
- }"
- class="with-counter starred-feed">
+ active: Navigation.isStarredActive(),
+ unread: Navigation.getStarredCount() > 0
+ }"
+ class="with-counter starred-feed">
- <a class="icon-starred" ng-href="#/items/starred/">
- <?php p($l->t('Starred')) ?>
- </a>
+ <a class="icon-starred" ng-href="#/items/starred/">
+ <?php p($l->t('Starred')) ?>
+ </a>
- <div class="app-navigation-entry-utils">
+ <div class="app-navigation-entry-utils">
<ul>
<li class="app-navigation-entry-utils-counter"
ng-show="Navigation.getStarredCount() > 0"