From 57b5cd736ffa2f980b5d0ac4a3706c0b60e75a86 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 1 Oct 2014 18:26:21 +0200 Subject: Minor UI improvements for the home page. --- pyaggr3g470r/templates/home.html | 26 ++++++++------------------ 1 file changed, 8 insertions(+), 18 deletions(-) (limited to 'pyaggr3g470r/templates/home.html') diff --git a/pyaggr3g470r/templates/home.html b/pyaggr3g470r/templates/home.html index 5e9180fa..ef714100 100644 --- a/pyaggr3g470r/templates/home.html +++ b/pyaggr3g470r/templates/home.html @@ -57,24 +57,14 @@
  • {{ _('All') }}
  • {{ _('Read') }}
  • {{ _('Unread') }}
  • - -
    - {% if limit == 10 %}{% endif %} - {{ _(10) }} - {% if limit == 10 %}{% endif %} - | - {% if limit == 100 %}{% endif %} - {{ _(100) }} - {% if limit == 100 %}{% endif %} - | - {% if limit == 1000 %}{% endif %} - {{ _(1000) }} - {% if limit == 1000 %}{% endif %} - | - {% if limit == 'all' %}{% endif %} - {{ _('All') }} - {% if limit == 'all' %}{% endif %} -
    +
  • + +
  • {% if articles | count != 0%}
    -- cgit