From 09e5b9391e0a09db02b2aa4c8f649b59e3baeb16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 3 May 2016 21:44:57 +0200 Subject: Add pagination bar at the bottom of the page Fix #2021 --- .../Resources/views/themes/baggy/Entry/pager.html.twig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/pager.html.twig (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/pager.html.twig') diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/pager.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/pager.html.twig new file mode 100644 index 00000000..ac74676a --- /dev/null +++ b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/pager.html.twig @@ -0,0 +1,11 @@ +{% block pager %} +
+
{{ 'entry.list.number_on_the_page'|transchoice(entries.count) }}
+ +
+{% endblock %} -- cgit v1.2.3