summaryrefslogtreecommitdiffstats
path: root/templates-old/part.navigation.starredfeed.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates-old/part.navigation.starredfeed.php')
-rw-r--r--templates-old/part.navigation.starredfeed.php20
1 files changed, 20 insertions, 0 deletions
diff --git a/templates-old/part.navigation.starredfeed.php b/templates-old/part.navigation.starredfeed.php
new file mode 100644
index 000000000..1f096d57d
--- /dev/null
+++ b/templates-old/part.navigation.starredfeed.php
@@ -0,0 +1,20 @@
+<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