From e42ffd1c5ec896594234ec550a66045553667c1f Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 6 Mar 2020 22:52:36 +0100 Subject: Fixe icons in the history template. --- newspipe/web/templates/history.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/newspipe/web/templates/history.html b/newspipe/web/templates/history.html index d9ee9538..ba567106 100644 --- a/newspipe/web/templates/history.html +++ b/newspipe/web/templates/history.html @@ -3,10 +3,10 @@

{{ _('History') }}

{% if month != None %} -

{{ year }}

+

{{ year }}

{{ month | month_name }}

{% elif year != None %} -

 {{ _('all years') }}

+

 {{ _('all years') }}

{{ year }}

{% endif %}