summaryrefslogtreecommitdiffstats
path: root/templates/part.feed.unread.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-02-11 15:33:34 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-02-11 15:33:34 +0100
commitfef624f0c4becc126a8e2d576cd1a8fc3c80cea0 (patch)
tree2157a2b7a5305f81dd5764188f49a6f88816b1bd /templates/part.feed.unread.php
parent5492e60510379add1523454f322def81167be8be (diff)
spaces to tabs
Diffstat (limited to 'templates/part.feed.unread.php')
-rw-r--r--templates/part.feed.unread.php36
1 files changed, 18 insertions, 18 deletions
diff --git a/templates/part.feed.unread.php b/templates/part.feed.unread.php
index 9388bb1df..795ef3c2d 100644
--- a/templates/part.feed.unread.php
+++ b/templates/part.feed.unread.php
@@ -1,20 +1,20 @@
<li ng-class="{
- active: isFeedActive(feedType.Subscriptions, 0),
- all_read: getUnreadCount(feedType.Subscriptions, 0)==0
- }"
- class="subscriptions"
- ng-show="isShown(feedType.Subscriptions, 0)">
- <a class="title"
- href="#"
- ng-click="loadFeed(feedType.Subscriptions, 0)">
- <?php p($l->t('New articles'))?>
- </a>
- <span class="utils">
- <span class="unread-counter">
- {{ getUnreadCount(feedType.Starred, 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>
+ active: isFeedActive(feedType.Subscriptions, 0),
+ all_read: getUnreadCount(feedType.Subscriptions, 0)==0
+ }"
+ class="subscriptions"
+ ng-show="isShown(feedType.Subscriptions, 0)">
+ <a class="title"
+ href="#"
+ ng-click="loadFeed(feedType.Subscriptions, 0)">
+ <?php p($l->t('New articles'))?>
+ </a>
+ <span class="utils">
+ <span class="unread-counter">
+ {{ getUnreadCount(feedType.Starred, 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