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.php20
1 files changed, 0 insertions, 20 deletions
diff --git a/templates/part.navigation.starredfeed.php b/templates/part.navigation.starredfeed.php
deleted file mode 100644
index 1f096d57d..000000000
--- a/templates/part.navigation.starredfeed.php
+++ /dev/null
@@ -1,20 +0,0 @@
-<li ng-class="{
- active: Navigation.isStarredActive(),
- unread: Navigation.isStarredUnread()
- }"
- class="with-counter starred-feed">
-
- <a class="icon-starred" ng-href="#/items/starred/">
- <?php p($l->t('Starred')) ?>
- </a>
-
- <div class="app-navigation-entry-utils">
- <ul>
- <li class="app-navigation-entry-utils-counter"
- ng-show="Navigation.isStarredUnread()"
- title="{{ Navigation.getStarredCount() }}">
- {{ Navigation.getStarredCount() | unreadCountFormatter }}
- </li>
- </ul>
- </div>
-</li> \ No newline at end of file