]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Changed template organisation
authortcit <tcit@tcit.fr>
Tue, 29 Apr 2014 17:57:59 +0000 (19:57 +0200)
committertcit <tcit@tcit.fr>
Tue, 29 Apr 2014 17:57:59 +0000 (19:57 +0200)
themes/baggy/home.twig

index 301f353a564a61a04c78fd0166145c5af7b77522..ef2e097c1cfb8050d2c5de287a136a209140b1cb 100755 (executable)
@@ -56,6 +56,7 @@
 
                 {% endfor %}
             </div>
+            {{ block('pager') }}
             {% 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 %}
             
             {% 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 @@
             {% 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 %}
             
             {% endif %}
-            {{ block('pager') }}
 {% endblock %}