diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-02-13 23:00:26 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-02-13 23:00:26 +0100 |
commit | 243e13ab598bd3c4c711b8070cfaa048a3243fa3 (patch) | |
tree | 202cfce36a1a72a9eba4990117ad78cf90334f62 /themes | |
parent | 9f3148fec787a51f837549907130e8ec980a0547 (diff) | |
download | wallabag-243e13ab598bd3c4c711b8070cfaa048a3243fa3.tar.gz wallabag-243e13ab598bd3c4c711b8070cfaa048a3243fa3.tar.zst wallabag-243e13ab598bd3c4c711b8070cfaa048a3243fa3.zip |
[fix] #452 remove crappy code
Diffstat (limited to 'themes')
-rw-r--r-- | themes/baggy/home.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/baggy/home.twig b/themes/baggy/home.twig index d58e53ce..33afdbbd 100644 --- a/themes/baggy/home.twig +++ b/themes/baggy/home.twig | |||
@@ -43,7 +43,7 @@ | |||
43 | 43 | ||
44 | {% endfor %} | 44 | {% endfor %} |
45 | </div> | 45 | </div> |
46 | {% 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 %} | 46 | {% 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 %} |
47 | {% endif %} | 47 | {% endif %} |
48 | {{ block('pager') }} | 48 | {{ block('pager') }} |
49 | {% endblock %} | 49 | {% endblock %} |