summaryrefslogtreecommitdiffstats
path: root/templates/part.navigation.feed.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-04-30 18:25:49 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-04-30 18:25:49 +0200
commit2e54780c1496bfa39cd035b9ac40ed851d2198f1 (patch)
treeb9991f6306bbf266942d56525175868448a35402 /templates/part.navigation.feed.php
parent5515371a8017b6df6b7824da7fa7b97c57344c32 (diff)
fix #635
Diffstat (limited to 'templates/part.navigation.feed.php')
-rw-r--r--templates/part.navigation.feed.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.navigation.feed.php b/templates/part.navigation.feed.php
index 8a84ea48e..337722772 100644
--- a/templates/part.navigation.feed.php
+++ b/templates/part.navigation.feed.php
@@ -112,7 +112,7 @@
title="<?php p($l->t('Delete feed')); ?>">
</button>
</li>
- <li ng-show="Navigation.getFeedUnreadCount(feed.id) > 0">
+ <li ng-show="Navigation.getFeedUnreadCount(feed.id) > 0" class="mark-read">
<button class="icon-checkmark"
ng-click="Navigation.markFeedRead(feed.id)"
title="<?php p($l->t('Mark all articles read')); ?>">