summaryrefslogtreecommitdiffstats
path: root/templates/part.feeds.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.feeds.php')
-rw-r--r--templates/part.feeds.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/part.feeds.php b/templates/part.feeds.php
index b06488e26..768db71f5 100644
--- a/templates/part.feeds.php
+++ b/templates/part.feeds.php
@@ -50,9 +50,6 @@ $starredCount = $itemMapper->countEveryItemByStatus(OCA\News\StatusFlag::IMPORTA
<li class="starred <?php if($feedId === -1){ echo "selected_feed"; }; ?>">
<a class="title" href="#" ><?php echo $l->t('Starred'); ?></a>
<span class="unread_items_counter"><?php echo $starredCount ?></span>
- <span class="buttons">
- <button class="svg action feeds_markread" title="<?php echo $l->t('Mark all read'); ?>"></button>
- </span>
</li>
<?php