зеркало из https://github.com/nextcloud/news.git
remove trailing white spaces
This commit is contained in:
Родитель
099b9a294f
Коммит
c1c1b7a5b0
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче