From decc23aaf230f320613f5f09e0c70c7eb758ca70 Mon Sep 17 00:00:00 2001 From: tcit Date: Wed, 30 Apr 2014 11:25:03 +0200 Subject: Added save search as tag functionality --- themes/baggy/home.twig | 1 + 1 file changed, 1 insertion(+) (limited to 'themes') diff --git a/themes/baggy/home.twig b/themes/baggy/home.twig index 5dd91307..92a3c866 100755 --- a/themes/baggy/home.twig +++ b/themes/baggy/home.twig @@ -57,6 +57,7 @@ {% endfor %} {% if view == 'home' %}{% if nb_results > 1 %}{{ "Mark all the entries as read" }}{% endif %}{% endif %} + {% if search_term is defined %}{% trans "Apply the tag" %} {{ search_term }} {% trans "to this search" %}{% endif %} {% endif %} {{ block('pager') }} {% endblock %} -- cgit v1.2.3