From c3aa3555554f9017e4996c8e08d656e9d5bbd3a3 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 29 Jun 2014 13:26:07 +0200 Subject: Improved read/unread JS function. --- pyaggr3g470r/templates/home.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyaggr3g470r/templates') diff --git a/pyaggr3g470r/templates/home.html b/pyaggr3g470r/templates/home.html index 2a9fac48..a8b0e7bc 100644 --- a/pyaggr3g470r/templates/home.html +++ b/pyaggr3g470r/templates/home.html @@ -21,7 +21,7 @@ {% for fid, nbunread in unread|dictsort(by='value')|reverse %}
  • {% if feed_id == fid %}{% endif %} - {{ nbunread }} + {{ nbunread }} {{ feeds[fid]|safe }} {% if feed_id == fid %}{% endif %}
  • @@ -50,7 +50,7 @@
    -

    {{ _('Articles') }} ({{ articles.__len__() }})

    +

    {{ _('Articles') }} ({{ articles.__len__() }})

    {% if filter_ == 'all' %}{% endif %} {{ _('All') }} -- cgit