summaryrefslogtreecommitdiffstats
path: root/templates/part.listfeed.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.listfeed.php')
-rw-r--r--templates/part.listfeed.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/templates/part.listfeed.php b/templates/part.listfeed.php
index a9d91718f..0c3a48a19 100644
--- a/templates/part.listfeed.php
+++ b/templates/part.listfeed.php
@@ -15,9 +15,6 @@
</a>
<span class="utils">
- <button ng-click="feedBl.delete(feed.id)"
- class="svg action delete-icon"
- title="<?php p($l->t('Delete feed')); ?>"></button>
<span class="unread-counter">
{{ feedBl.getUnreadCount(feed.id) }}
@@ -27,6 +24,10 @@
ng-show="feedBl.getUnreadCount(feed.id) > 0"
ng-click="feedBl.markFeedRead(feed.id)"
title="<?php p($l->t('Mark all read')); ?>"></button>
+
+ <button ng-click="feedBl.delete(feed.id)"
+ class="svg action delete-icon"
+ title="<?php p($l->t('Delete feed')); ?>"></button>
</span>
</li>