summaryrefslogtreecommitdiffstats
path: root/templates/part.showall.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.showall.php')
-rw-r--r--templates/part.showall.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/templates/part.showall.php b/templates/part.showall.php
deleted file mode 100644
index 374303358..000000000
--- a/templates/part.showall.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<li ui-if="!feedBusinessLayer.isShowAll() && feedBusinessLayer.getNumberOfFeeds() > 0"
- class="show-all">
- <a ng-click="feedBusinessLayer.setShowAll(true)"
- href="#"
- news-click-scroll="{direction: 'down', scrollArea: '#app-navigation > ul'}"><?php p($l->t('Show read articles')); ?></a>
-</li>
-
-<li ui-if="feedBusinessLayer.isShowAll() && feedBusinessLayer.getNumberOfFeeds() > 0"
- class="show-all">
- <a ng-click="feedBusinessLayer.setShowAll(false)"
- href="#"><?php p($l->t('Hide read articles')); ?></a>
-</li>