aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/default/home.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2014-02-19 15:17:13 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2014-02-19 15:17:13 +0100
commit7785f0c75fd6db6c7db345a568093e7edb8b7573 (patch)
tree9054efb2de9d148bae289848b3023a34fb0020a7 /themes/default/home.twig
parentfb5a9666ed99abe16b8823a98aed1a6dce03bb04 (diff)
parent01cd443441c401a82ae021e08dedd6709100be2c (diff)
downloadwallabag-7785f0c75fd6db6c7db345a568093e7edb8b7573.tar.gz
wallabag-7785f0c75fd6db6c7db345a568093e7edb8b7573.tar.zst
wallabag-7785f0c75fd6db6c7db345a568093e7edb8b7573.zip
Merge pull request #467 from mariroz/dev
"save a link" added to top menu (default theme) to toggle "save link" form, issue #461
Diffstat (limited to 'themes/default/home.twig')
-rw-r--r--themes/default/home.twig1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/default/home.twig b/themes/default/home.twig
index cbe8c62f..21013ec8 100644
--- a/themes/default/home.twig
+++ b/themes/default/home.twig
@@ -46,4 +46,5 @@
46 {% endfor %} 46 {% endfor %}
47 {% endif %} 47 {% endif %}
48 {{ block('pager') }} 48 {{ block('pager') }}
49 {% 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 %}
49{% endblock %} 50{% endblock %}