From f7aa2f39d500d95bdf6cd3c28741c7f1eb2d4fa6 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 16 Feb 2016 08:42:36 +0100 Subject: Removed the possibility to see the list of feeds of a user. A new column in the table from of dashboard has been added. --- src/web/templates/feed_list.html | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'src/web/templates/feed_list.html') diff --git a/src/web/templates/feed_list.html b/src/web/templates/feed_list.html index 2cfab7d8..114ae960 100644 --- a/src/web/templates/feed_list.html +++ b/src/web/templates/feed_list.html @@ -34,14 +34,10 @@ {{ feed.site_link }} ( {{ unread_article_count.get(feed.id, 0) }} ) {{ article_count.get(feed.id, 0) }} - {% if feed.user_id == current_user.id %} - - - - - {% else %} - - {% endif %} + + + + {% endfor %} -- cgit