From 28e752188ec3caaa3991c39bed830260819ec788 Mon Sep 17 00:00:00 2001
From: Cédric Bonhomme
Date: Sat, 14 Sep 2013 10:34:52 +0200
Subject: The logo of the feed has been added to the feed management page
(/feed).
---
source/static/templates/feed.html | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
(limited to 'source/static')
diff --git a/source/static/templates/feed.html b/source/static/templates/feed.html
index 2b394c46..2dadb8b4 100644
--- a/source/static/templates/feed.html
+++ b/source/static/templates/feed.html
@@ -10,7 +10,9 @@ import utils
Address of the feed: ${feed['feed_link']}.
- Address of the site: ${feed['site_link']}.
+ Address of the site: ${feed['site_link']}.
+
+ Logo:
${(nb_unread_articles_feed == 0 and ["All articles are read"] or [''+str(nb_unread_articles_feed)+'' + ' unread article' + (nb_unread_articles_feed == 1 and [""] or ["s"])[0]])[0]}.
%else:
--
cgit