diff options
author | tcit <tcit@tcit.fr> | 2014-04-30 11:25:03 +0200 |
---|---|---|
committer | tcit <tcit@tcit.fr> | 2014-04-30 11:25:03 +0200 |
commit | decc23aaf230f320613f5f09e0c70c7eb758ca70 (patch) | |
tree | 6ce893d7f0e618bbcc1e60321e7de17732d905d9 /themes | |
parent | 21f29fe49253b5f304eeff2d7518422c4b1c6af4 (diff) | |
download | wallabag-decc23aaf230f320613f5f09e0c70c7eb758ca70.tar.gz wallabag-decc23aaf230f320613f5f09e0c70c7eb758ca70.tar.zst wallabag-decc23aaf230f320613f5f09e0c70c7eb758ca70.zip |
Added save search as tag functionality
Diffstat (limited to 'themes')
-rwxr-xr-x | themes/baggy/home.twig | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
57 | {% endfor %} | 57 | {% endfor %} |
58 | </div> | 58 | </div> |
59 | {% 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 %} | 59 | {% 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 %} |
60 | {% if search_term is defined %}<a title="{% trans "Apply the tag" %} {{ search_term }} {% trans "to this search" %}" href="./?action=add_tag&search={{ search_term }}">{% trans "Apply the tag" %} {{ search_term }} {% trans "to this search" %}</a>{% endif %} | ||
60 | {% endif %} | 61 | {% endif %} |
61 | {{ block('pager') }} | 62 | {{ block('pager') }} |
62 | {% endblock %} | 63 | {% endblock %} |