summaryrefslogtreecommitdiffstats
path: root/templates/part.listfeed.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-08-27 12:00:48 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-08-27 12:00:48 +0200
commite24e0a32c7bd167d1b3ca57686638d45eeb23ed5 (patch)
treebd501833411b6c4f23f86e80b9b859ff7badaaf9 /templates/part.listfeed.php
parent78fba05e7ea0128bbe2fef6955874620277e0881 (diff)
styles for navigation entries
Diffstat (limited to 'templates/part.listfeed.php')
-rw-r--r--templates/part.listfeed.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/part.listfeed.php b/templates/part.listfeed.php
index 569e415eb..1c5cc3bc3 100644
--- a/templates/part.listfeed.php
+++ b/templates/part.listfeed.php
@@ -50,7 +50,7 @@
ng-show="feed.id && Navigation.getUnreadCount(feed.id) > 0 && !feed.error && !feed.editing">
{{ Navigation.getFeedUnreadCount(feed.id) | unreadCountFormatter }}
</li>
- <li><button class="app-navigation-entry-utils-menu-button" ng-click="optionsId = (optionsId == feed.id ? -1 : feed.id)"></button></li>
+ <li class="app-navigation-entry-utils-menu-button"><button ng-click="optionsId = (optionsId == feed.id ? -1 : feed.id)"></button></li>
</ul>
</div>
@@ -58,6 +58,7 @@
<ul>
<li><button class="icon-rename" title="<?php p($l->t('Rename feed')); ?>"></button></li>
<li><button class="icon-delete" title="<?php p($l->t('Delete website')); ?>"></button></li>
+ <li><button class="icon-checkmark" title="<?php p($l->t('Read all')); ?>"></button></li>
</ul>
</div>