aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2014-02-13 23:00:26 +0100
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2014-02-13 23:00:26 +0100
commit243e13ab598bd3c4c711b8070cfaa048a3243fa3 (patch)
tree202cfce36a1a72a9eba4990117ad78cf90334f62
parent9f3148fec787a51f837549907130e8ec980a0547 (diff)
downloadwallabag-243e13ab598bd3c4c711b8070cfaa048a3243fa3.tar.gz
wallabag-243e13ab598bd3c4c711b8070cfaa048a3243fa3.tar.zst
wallabag-243e13ab598bd3c4c711b8070cfaa048a3243fa3.zip
[fix] #452 remove crappy code
-rw-r--r--themes/baggy/home.twig2
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 %}