summaryrefslogtreecommitdiffstats
path: root/templates/part.feed.unread.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-26 12:08:07 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-26 12:08:07 +0200
commit01210ea081498b511b29ac76f7b55e5032d45e50 (patch)
treef8543d26b5c833f10d85e1966812b2d230eb9835 /templates/part.feed.unread.php
parentf987751d8c5c7a3ee660411afb9d01e6a822aed5 (diff)
format unread count properly
Diffstat (limited to 'templates/part.feed.unread.php')
-rw-r--r--templates/part.feed.unread.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.feed.unread.php b/templates/part.feed.unread.php
index c5609f60a..96df79af4 100644
--- a/templates/part.feed.unread.php
+++ b/templates/part.feed.unread.php
@@ -19,7 +19,7 @@
<span class="utils">
<span class="unread-counter"
ng-show="getTotalUnreadCount() > 0">
- {{ getTotalUnreadCount() }}
+ {{ unreadCountFormatter(getTotalUnreadCount()) }}
</span>
<button class="svg action mark-read-icon"
ng-click="subscriptionsBusinessLayer.markAllRead()"