summaryrefslogtreecommitdiffstats
path: root/templates/part.listfeed.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-02-14 18:02:21 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-02-14 18:03:36 +0100
commit84a088a8340dfa2f5f3dc70866d2d47d91cbcaf0 (patch)
tree5488686573058f246e9333a70d1bb3eb6b4f0b50 /templates/part.listfeed.php
parentfe1ffaeaa2b0e19853176f4ac483184691053a24 (diff)
fixed styling of left content and reversed mark read buttons + unread count
Diffstat (limited to 'templates/part.listfeed.php')
-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 f6b4033ef..ab63822d5 100644
--- a/templates/part.listfeed.php
+++ b/templates/part.listfeed.php
@@ -16,15 +16,16 @@
class="svg action delete-icon"
title="<?php p($l->t('Delete feed')); ?>"></button>
- <button class="svg action mark-read-icon"
- ng-show="getUnreadCount(feedType.Feed, feed.id)>0"
- ng-click="markAllRead(feedType.Feed, feed.id)"
- title="<?php p($l->t('Mark all read')); ?>"></button>
-
<span class="unread-counter">
{{ getUnreadCount(feedType.Feed, feed.id) }}
</span>
+ <button class="svg action mark-read-icon"
+ ng-show="getUnreadCount(feedType.Feed, feed.id)>0"
+ ng-click="markAllRead(feedType.Feed, feed.id)"
+ title="<?php p($l->t('Mark all read')); ?>"></button>
+
+
</span>
</li>