summaryrefslogtreecommitdiffstats
path: root/templates/part.navigation.sharedfeed.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.navigation.sharedfeed.php')
-rw-r--r--templates/part.navigation.sharedfeed.php20
1 files changed, 0 insertions, 20 deletions
diff --git a/templates/part.navigation.sharedfeed.php b/templates/part.navigation.sharedfeed.php
deleted file mode 100644
index 316d83db5..000000000
--- a/templates/part.navigation.sharedfeed.php
+++ /dev/null
@@ -1,20 +0,0 @@
-<li ng-class="{
- active: Navigation.isSharedActive(),
- unread: Navigation.isSharedUnread()
- }"
- class="with-counter starred-feed">
-
- <a class="icon-shared" ng-href="#/items/shared/">
- <?php p($l->t('Shared with me')) ?>
- </a>
-
- <div class="app-navigation-entry-utils">
- <ul>
- <li class="app-navigation-entry-utils-counter"
- ng-show="Navigation.isSharedUnread()"
- title="{{ Navigation.getSharedCount() }}">
- {{ Navigation.getSharedCount() | unreadCountFormatter }}
- </li>
- </ul>
- </div>
-</li> \ No newline at end of file