X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=themes%2Fbaggy%2Fhome.twig;h=03de6b9b74fddf65a43da762d894c7fdddcdb0da;hb=4bada2b9545fd83951803c604536c09dd5b649cd;hp=e788b588f88c2ac681fba1b84c4c3286ef6201df;hpb=8327f1c371ad1d930bf9c9a13e443f2aa29ecfe3;p=github%2Fwallabag%2Fwallabag.git diff --git a/themes/baggy/home.twig b/themes/baggy/home.twig index e788b588..03de6b9b 100755 --- a/themes/baggy/home.twig +++ b/themes/baggy/home.twig @@ -38,7 +38,7 @@ {% endblock %}
{% for entry in entries %} -
+

{{ entry.title|raw }}

{% if entry.content| getReadingTime > 0 %} @@ -57,9 +57,10 @@ {% endfor %}
{{ block('pager') }} - {% if view == 'home' %}{% if nb_results > 1 %}{{ "Mark all the entries as read" }}{% endif %}{% endif %} + {% if view == 'home' %}{% if nb_results > 1 %}{% trans "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 searchterm is defined %} +{% trans "Tag these results as" %} {{ searchterm }}{% 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" %}