]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
[fix] #452 remove crappy code
authorNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Thu, 13 Feb 2014 22:00:26 +0000 (23:00 +0100)
committerNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Thu, 13 Feb 2014 22:00:26 +0000 (23:00 +0100)
themes/baggy/home.twig

index d58e53ceb7401bc5e0f5aeb5fcb4faef6e4e3f28..33afdbbd5fd33b3c1f92a17520b59fbac2c0a5a3 100644 (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 %}