summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index c240053ca..6b57af338 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -12,6 +12,10 @@
<p ng-show="Content.isShowAll()"><?php p($l->t('No articles available')) ?></p>
<p ng-show="!Content.isShowAll()"><?php p($l->t('No unread articles available')) ?></p>
</div>
+ <button ng-controller="NavigationController as Navigation" id="mark-all-read-button" ng-click="Navigation.markCurrentRead()" class="hidden">
+ <span title="Mark Read" class="icon-checkmark"></span>
+ </button>
+
<ul>
<li class="item {{ ::Content.getFeed(item.feedId).cssClass }}"
ng-repeat="item in Content.getItems() |