]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - themes/default/home.twig
"save a link" added to top menu (default theme) to toggle "save link" form message...
[github/wallabag/wallabag.git] / themes / default / home.twig
index cbe8c62f5c4f71995b7544f878c531fb902a3e3b..21013ec816c9a127b085fc7e74163cd22a77d20b 100644 (file)
@@ -46,4 +46,5 @@
                 {% endfor %}
             {% endif %}
             {{ block('pager') }}
+            {% if view == 'home' %}{% if nb_results > 1 %}<a title="{% trans "mark all the entries as read" %}"  href="./?action=archive_all">{% trans "mark all the entries as read" %}</a>{% endif %}{% endif %}
 {% endblock %}