From c995c5b447cd32f4eb9f3cd9fc1865fd93962f24 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 20 Nov 2015 19:55:23 +0100 Subject: If a feed failed to update more than 10 times, show a hint in the web interface --- templates/part.navigation.feed.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/part.navigation.feed.php b/templates/part.navigation.feed.php index cbed3d84b..b2d48b46d 100644 --- a/templates/part.navigation.feed.php +++ b/templates/part.navigation.feed.php @@ -1,13 +1,15 @@
  • 10" data-id="{{ feed.id }}" class="feed with-counter with-menu animate-show" news-draggable-disable="{{ @@ -31,7 +33,7 @@ ng-href="#/items/feeds/{{ feed.id }}/" class="title" ng-class="{'icon-rss': !feed.faviconLink}" - title="{{ feed.title }}"> + title="{{ feed.updateErrorCount > 10 ? 't('Feed failed to update more than 10 times')); ?>': feed.title }}"> {{ feed.title }} -- cgit v1.2.3