summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-02-06 23:14:30 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-02-06 23:14:30 +0100
commit15fc0910cfff233687b11bb3ce35a0fa7e277387 (patch)
treeeefffc1094ff6aa6e603db8723ebb0c1082d755b /templates
parent96156855a55696f2717278e5d040e2c86b5e5aa6 (diff)
do not show rename action for feeds that could not be added, fix #464
Diffstat (limited to 'templates')
-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 a01279e6b..621afe4c4 100644
--- a/templates/part.listfeed.php
+++ b/templates/part.listfeed.php
@@ -67,7 +67,7 @@
<button class="svg action rename-feed-icon"
- ng-hide="feed.editing"
+ ng-hide="feed.editing || feed.error"
ng-controller="ItemController"
ng-click="edit(feed.id)"
title="<?php p($l->t('Rename feed')); ?>"