summaryrefslogtreecommitdiffstats
path: root/templates/part.listfeed.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-05-04 16:44:22 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-05-04 16:44:22 +0200
commitd648b26345e6e9d58d59e72adc0a438d6c750279 (patch)
tree62a86a4c1375c339c334ab1bad887d7eb8160059 /templates/part.listfeed.php
parentaa60a37d816f0f8b03f2ab73c014812ca2fc9a9f (diff)
use 99 as maximum unread count to display, permanently display delete button for active feed
Diffstat (limited to 'templates/part.listfeed.php')
-rw-r--r--templates/part.listfeed.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.listfeed.php b/templates/part.listfeed.php
index 506b1c0d1..e6e4c80a1 100644
--- a/templates/part.listfeed.php
+++ b/templates/part.listfeed.php
@@ -44,7 +44,7 @@
oc-tooltip></button>
<button ng-click="feedBusinessLayer.delete(feed.id)"
- class="svg action delete-icon"
+ class="svg action delete-icon delete-button"
title="<?php p($l->t('Delete website')); ?>"
ng-show="feed.id"
oc-tooltip></button>