summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-05-04 17:24:06 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-05-04 17:24:06 +0200
commitaa40b98932d7f300b4f6c4d47fe29ca089913e15 (patch)
treecd0b7fb1eac0776e16f7cfe854ebf707fa47dad1 /templates
parentd648b26345e6e9d58d59e72adc0a438d6c750279 (diff)
place the delete button always on the right
Diffstat (limited to 'templates')
-rw-r--r--templates/part.listfeed.php11
1 files changed, 6 insertions, 5 deletions
diff --git a/templates/part.listfeed.php b/templates/part.listfeed.php
index e6e4c80a1..971f0b922 100644
--- a/templates/part.listfeed.php
+++ b/templates/part.listfeed.php
@@ -31,6 +31,12 @@
</a>
<span class="utils">
+
+ <button ng-click="feedBusinessLayer.delete(feed.id)"
+ class="svg action delete-icon delete-button"
+ title="<?php p($l->t('Delete website')); ?>"
+ ng-show="feed.id"
+ oc-tooltip></button>
<span class="unread-counter"
ng-show="feed.id && feedBusinessLayer.getUnreadCount(feed.id) > 0">
@@ -43,11 +49,6 @@
title="<?php p($l->t('Mark read')); ?>"
oc-tooltip></button>
- <button ng-click="feedBusinessLayer.delete(feed.id)"
- class="svg action delete-icon delete-button"
- title="<?php p($l->t('Delete website')); ?>"
- ng-show="feed.id"
- oc-tooltip></button>
<button class="svg action delete-icon"
ng-click="feedBusinessLayer.markErrorRead(feed.url)"