summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorQingping Hou <dave2008713@gmail.com>2013-04-20 00:06:24 -0400
committerQingping Hou <dave2008713@gmail.com>2013-04-20 00:06:24 -0400
commitc1c1b7a5b0ff7bb63525a214836b1d4a26d22647 (patch)
tree5697ae30d72490c7f8ec4c6bfeb598cedcfbfc0e /templates
parent099b9a294f2238d48e3fdebee4a32f9eb8417812 (diff)
remove trailing white spaces
Diffstat (limited to 'templates')
-rw-r--r--templates/part.listfeed.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/templates/part.listfeed.php b/templates/part.listfeed.php
index 026a5234b..149a328a4 100644
--- a/templates/part.listfeed.php
+++ b/templates/part.listfeed.php
@@ -1,8 +1,8 @@
<li ng-class="{
- active: feedBusinessLayer.isActive(feed.id),
+ active: feedBusinessLayer.isActive(feed.id),
unread: feedBusinessLayer.getUnreadCount(feed.id) > 0,
failed: feed.error
- }"
+ }"
ng-repeat="feed in feedBusinessLayer.getFeedsOfFolder(<?php p($_['folderId']); ?>) | orderBy:'id':true"
ng-show="feedBusinessLayer.isVisible(feed.id) || !feed.id"
data-id="{{ feed.id }}"
@@ -24,13 +24,13 @@
href="#"
class="title"
oc-click-focus="{selector: '#app-content'}">
-
+
{{ feed.title }}
</a>
-
+
<span class="utils">
- <span class="unread-counter"
+ <span class="unread-counter"
ng-show="feed.id && feedBusinessLayer.getUnreadCount(feed.id) > 0">
{{ feedBusinessLayer.getUnreadCount(feed.id) }}
</span>
@@ -40,9 +40,9 @@
ng-click="feedBusinessLayer.markFeedRead(feed.id)"
title="<?php p($l->t('Mark read')); ?>"
oc-tooltip></button>
-
+
<button ng-click="feedBusinessLayer.delete(feed.id)"
- class="svg action delete-icon"
+ class="svg action delete-icon"
title="<?php p($l->t('Delete feed')); ?>"
ng-show="feed.id"
oc-tooltip></button>