aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortcit <tcit@tcit.fr>2014-04-29 19:57:59 +0200
committertcit <tcit@tcit.fr>2014-04-29 19:57:59 +0200
commit2395a3802a821667b1bdd84a848d193d0d27ad2a (patch)
tree0e890b604f5469340ef447deecf5750a0f82b8b7
parent7ec445b06e05d8caa5219c5802007d897c48ab4e (diff)
downloadwallabag-2395a3802a821667b1bdd84a848d193d0d27ad2a.tar.gz
wallabag-2395a3802a821667b1bdd84a848d193d0d27ad2a.tar.zst
wallabag-2395a3802a821667b1bdd84a848d193d0d27ad2a.zip
Changed template organisation
-rwxr-xr-xthemes/baggy/home.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/baggy/home.twig b/themes/baggy/home.twig
index 301f353a..ef2e097c 100755
--- a/themes/baggy/home.twig
+++ b/themes/baggy/home.twig
@@ -56,6 +56,7 @@
56 56
57 {% endfor %} 57 {% endfor %}
58 </div> 58 </div>
59 {{ block('pager') }}
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 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 61
61 {% if tag %}<a title="{% trans "Download the articles from this tag in an epub" %}" href="./?epub&amp;method=tag&amp;tag={{ tag.value }}">{% trans "Download the articles from this tag in an epub" %}</a> 62 {% if tag %}<a title="{% trans "Download the articles from this tag in an epub" %}" href="./?epub&amp;method=tag&amp;tag={{ tag.value }}">{% trans "Download the articles from this tag in an epub" %}</a>
@@ -63,5 +64,4 @@
63 {% else %}<a title="{% trans "Download the articles from this category in an epub" %}" href="./?epub&amp;method=category&amp;category={{ view }}">{% trans "Download the articles from this category in an epub" %}</a>{% endif %} 64 {% else %}<a title="{% trans "Download the articles from this category in an epub" %}" href="./?epub&amp;method=category&amp;category={{ view }}">{% trans "Download the articles from this category in an epub" %}</a>{% endif %}
64 65
65 {% endif %} 66 {% endif %}
66 {{ block('pager') }}
67{% endblock %} 67{% endblock %}