summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-05 18:38:28 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-05 18:38:28 +0200
commit9fd26858e732e07b74760f27a1fda44d7e3c1070 (patch)
tree4c5109d90c58ec4256f993efc1fc1fad7fd3d5a9 /templates
parent3921c654f8c5684eedd4bd081f8b94c1c7b207e5 (diff)
add timeout to feed delete message
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 55b6aa5c3..ae4442fe5 100644
--- a/templates/part.listfeed.php
+++ b/templates/part.listfeed.php
@@ -32,7 +32,7 @@
{{ feed.title }}
</a>
- <div ng-show="feed.deleted" class="app-navigation-entry-deleted">
+ <div ng-if="feed.deleted" class="app-navigation-entry-deleted" news-timeout="Navigation.removeFeed(feed)">
<div class="app-navigation-entry-deleted-description"><?php p($l->t('Deleted')); ?> {{ feed.title }}</div>
<button class="icon-history"
title="<?php p($l->t('Undo')); ?>"