From: tcit Date: Fri, 16 May 2014 14:31:18 +0000 (+0200) Subject: Merge branch 'epub' into dev X-Git-Tag: 1.7.0^2~6^2~2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=404adf970d985da0f624c42a5aa5e9c63694b08d;p=github%2Fwallabag%2Fwallabag.git Merge branch 'epub' into dev Conflicts: themes/baggy/home.twig --- 404adf970d985da0f624c42a5aa5e9c63694b08d diff --cc themes/baggy/home.twig index 8df5ce1c,ef2e097c..3942d3bf --- a/themes/baggy/home.twig +++ b/themes/baggy/home.twig @@@ -56,8 -56,12 +56,14 @@@ {% endfor %} + {{ block('pager') }} {% 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 }} to this search {% endtrans %}{% endif %} + + {% if tag %}{% trans "Download the articles from this tag in an epub" %} + {% elseif search_term is defined %}{% trans "Download the articles from this search in an epub" %} + {% else %}{% trans "Download the articles from this category in an epub" %}{% endif %} + {% endif %} - {{ block('pager') }} {% endblock %}