summaryrefslogtreecommitdiffstats
path: root/templates/part.feed.unread.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.feed.unread.php
parentfe1ffaeaa2b0e19853176f4ac483184691053a24 (diff)
fixed styling of left content and reversed mark read buttons + unread count
Diffstat (limited to 'templates/part.feed.unread.php')
-rw-r--r--templates/part.feed.unread.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/part.feed.unread.php b/templates/part.feed.unread.php
index a9ed104c6..b2e4567e0 100644
--- a/templates/part.feed.unread.php
+++ b/templates/part.feed.unread.php
@@ -16,11 +16,11 @@
<?php p($l->t('All articles'))?>
</a>
<span class="utils">
- <button class="svg action mark-read-icon"
- ng-click="markAllRead(feedType.Subscriptions, 0)"
- title="<?php p($l->t('Mark all read')) ?>"></button>
<span class="unread-counter">
{{ getUnreadCount(feedType.Subscriptions, 0) }}
</span>
+ <button class="svg action mark-read-icon"
+ ng-click="markAllRead(feedType.Subscriptions, 0)"
+ title="<?php p($l->t('Mark all read')) ?>"></button>
</span>
</li> \ No newline at end of file