summaryrefslogtreecommitdiffstats
path: root/templates/part.listfeed.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.listfeed.php
parent5492e60510379add1523454f322def81167be8be (diff)
spaces to tabs
Diffstat (limited to 'templates/part.listfeed.php')
-rw-r--r--templates/part.listfeed.php18
1 files changed, 9 insertions, 9 deletions
diff --git a/templates/part.listfeed.php b/templates/part.listfeed.php
index e7af0f282..7b9f1b57f 100644
--- a/templates/part.listfeed.php
+++ b/templates/part.listfeed.php
@@ -1,4 +1,4 @@
-<li ng-class="{active: isFeedActive(feedType.Feed, feed.id), unread: feed.unreadCount!=0}"
+<li ng-class="{active: isFeedActive(feedType.Feed, feed.id), unread: feed.unreadCount!=0}"
ng-repeat="feed in feeds|feedInFolder:<?php p($_['folderId']); ?>"
ng-show="feed.show"
data-id="{{feed.id}}"
@@ -10,17 +10,17 @@
ng-click="loadFeed(feedType.Feed, feed.id)">
{{feed.name}}
</a>
-
- <span class="utils">
- <span class="unread-counter">
+
+ <span class="utils">
+ <span class="unread-counter">
{{ getUnreadCount(feedType.Feed, feed.id) }}
- </span>
-
+ </span>
+
<button ng-click="delete(feedType.Feed, feed.id)"
- class="svg action delete-icon"
+ class="svg action delete-icon"
title="<?php p($l->t('Delete feed')); ?>"></button>
-
- <button class="svg action mark-read-icon"
+
+ <button class="svg action mark-read-icon"
ng-click="markAllRead(feedType.Feed, feed.id)"
title="<?php p($l->t('Mark all read')); ?>"></button>
</span>