summaryrefslogtreecommitdiffstats
path: root/templates/part.feed.unread.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-02 10:37:51 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-02 10:38:00 +0200
commit711c260bfea993e0a1124951a55eee6c989ee888 (patch)
tree8982f13a41e9054bb7c2377b66769fe83ae9371a /templates/part.feed.unread.php
parent635a9d779549832b4dacb2c5b9f4033d846bf154 (diff)
small pixel fixes
Diffstat (limited to 'templates/part.feed.unread.php')
-rw-r--r--templates/part.feed.unread.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/part.feed.unread.php b/templates/part.feed.unread.php
index 32aa867e7..85f4c8766 100644
--- a/templates/part.feed.unread.php
+++ b/templates/part.feed.unread.php
@@ -17,10 +17,10 @@
</a>
<span class="utils">
<span class="unread-counter">
- {{ getUnreadCount(feedType.Subscriptions, 0) }}
+ {{ getUnreadCount() }}
</span>
<button class="svg action mark-read-icon"
- ng-click="markAllRead(feedType.Subscriptions, 0)"
+ ng-click="feedBl.markAllRead()"
title="<?php p($l->t('Mark all read')) ?>"></button>
</span>
</li> \ No newline at end of file