From 3bdf13862786d8adc50412fbc20230282029c0dc Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 15 Jan 2014 11:58:38 +0100 Subject: Replaced eye-open icon by info-sign. --- pyaggr3g470r/templates/articles.html | 2 +- pyaggr3g470r/templates/favorites.html | 4 ++-- pyaggr3g470r/templates/home.html | 4 ++-- pyaggr3g470r/templates/search.html | 4 ++-- pyaggr3g470r/templates/unread.html | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) (limited to 'pyaggr3g470r/templates') diff --git a/pyaggr3g470r/templates/articles.html b/pyaggr3g470r/templates/articles.html index 8fc4054e..f462f28b 100644 --- a/pyaggr3g470r/templates/articles.html +++ b/pyaggr3g470r/templates/articles.html @@ -3,7 +3,7 @@

{{ feed.title }}

- +

{{ feed.articles|count }} articles.

diff --git a/pyaggr3g470r/templates/favorites.html b/pyaggr3g470r/templates/favorites.html index 81d9e6bd..1c8991f3 100644 --- a/pyaggr3g470r/templates/favorites.html +++ b/pyaggr3g470r/templates/favorites.html @@ -9,7 +9,7 @@

{{ feed.title }}

- +
@@ -40,4 +40,4 @@ {% endfor %} {% endif %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/pyaggr3g470r/templates/home.html b/pyaggr3g470r/templates/home.html index 8065ceb5..ed19c5c9 100644 --- a/pyaggr3g470r/templates/home.html +++ b/pyaggr3g470r/templates/home.html @@ -9,7 +9,7 @@

{{ feed.title }}

- + {% if feed.enabled %} @@ -43,4 +43,4 @@ {% endfor %} {% endif %}
-{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/pyaggr3g470r/templates/search.html b/pyaggr3g470r/templates/search.html index d90b5de0..c89e2d90 100644 --- a/pyaggr3g470r/templates/search.html +++ b/pyaggr3g470r/templates/search.html @@ -10,7 +10,7 @@

{{ feed.title }}

- +
@@ -41,4 +41,4 @@ {% endfor %} {% endif %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/pyaggr3g470r/templates/unread.html b/pyaggr3g470r/templates/unread.html index 46368b9a..25cfb79c 100644 --- a/pyaggr3g470r/templates/unread.html +++ b/pyaggr3g470r/templates/unread.html @@ -9,7 +9,7 @@

{{ feed.title }}

- +

{{ feed.articles|length }} unread articles.

-- cgit