[fix] #452 remove crappy code

This commit is contained in:
Nicolas Lœuillet 2014-02-13 23:00:26 +01:00
parent 9f3148fec7
commit 243e13ab59

View file

@ -43,7 +43,7 @@
{% endfor %}
</div>
{% if view == 'home' %}{% if nb_results > 1 %}<a title="{% trans "Mark all the entries as read" %}" href="./?action=archive_all">{{ "Mark all the entries as read" }} {% trans "" %}</a>{% endif %}{% endif %}
{% if view == 'home' %}{% if nb_results > 1 %}<a title="{% trans "Mark all the entries as read" %}" href="./?action=archive_all">{{ "Mark all the entries as read" }}</a>{% endif %}{% endif %}
{% endif %}
{{ block('pager') }}
{% endblock %}