summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/part.feed.unread.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/part.feed.unread.php b/templates/part.feed.unread.php
index 026682b23..c5609f60a 100644
--- a/templates/part.feed.unread.php
+++ b/templates/part.feed.unread.php
@@ -24,6 +24,7 @@
<button class="svg action mark-read-icon"
ng-click="subscriptionsBusinessLayer.markAllRead()"
title="<?php p($l->t('Mark read')) ?>"
+ ng-show="getTotalUnreadCount() > 0"
oc-tooltip data-placement="bottom"></button>
</span>
</li> \ No newline at end of file