summaryrefslogtreecommitdiffstats
path: root/templates/part.feed.starred.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.feed.starred.php')
-rw-r--r--templates/part.feed.starred.php18
1 files changed, 0 insertions, 18 deletions
diff --git a/templates/part.feed.starred.php b/templates/part.feed.starred.php
deleted file mode 100644
index 15f5e0a07..000000000
--- a/templates/part.feed.starred.php
+++ /dev/null
@@ -1,18 +0,0 @@
-<li ng-class="{
- active: starredBusinessLayer.isActive(0),
- unread: starredBusinessLayer.getUnreadCount() > 0
- }"
- ng-show="starredBusinessLayer.isVisible(0)"
- class="starred">
- <a class="starred-icon"
- href="#"
- ng-click="starredBusinessLayer.load(0)"
- oc-click-focus="{selector: '#app-content'}">
- <?php p($l->t('Starred')) ?>
- </a>
- <span class="utils">
- <span class="unread-counter">
- {{ unreadCountFormatter(starredBusinessLayer.getUnreadCount()) }}
- </span>
- </span>
-</li> \ No newline at end of file