summaryrefslogtreecommitdiffstats
path: root/templates/part.listfeed.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.listfeed.php
parentf987751d8c5c7a3ee660411afb9d01e6a822aed5 (diff)
format unread count properly
Diffstat (limited to 'templates/part.listfeed.php')
-rw-r--r--templates/part.listfeed.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.listfeed.php b/templates/part.listfeed.php
index 727d90197..1309da9df 100644
--- a/templates/part.listfeed.php
+++ b/templates/part.listfeed.php
@@ -33,7 +33,7 @@
<span class="unread-counter"
ng-show="feed.id && feedBusinessLayer.getUnreadCount(feed.id) > 0">
- {{ feedBusinessLayer.getUnreadCount(feed.id) }}
+ {{ unreadCountFormatter(feedBusinessLayer.getUnreadCount(feed.id)) }}
</span>
<button class="svg action mark-read-icon"