aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/pager.html.twig
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-10-22 13:07:37 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-10-22 13:09:16 +0200
commit817724a7b8507877a81f3ff53639f7b49cb05851 (patch)
tree5a953d0ad4c57333bdfe3b0d47b0a6d597c49491 /src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/pager.html.twig
parentab61dbc073fa97afa2b3b9f9d3faed66d5d05b7b (diff)
downloadwallabag-817724a7b8507877a81f3ff53639f7b49cb05851.tar.gz
wallabag-817724a7b8507877a81f3ff53639f7b49cb05851.tar.zst
wallabag-817724a7b8507877a81f3ff53639f7b49cb05851.zip
Re-add bottom pagination
Also pager.html.twig wasn’t necessary, there weren't enough duplication to put them in a dedicated template
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/pager.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/pager.html.twig10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/pager.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/pager.html.twig
deleted file mode 100644
index 6f8e60fc..00000000
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/pager.html.twig
+++ /dev/null
@@ -1,10 +0,0 @@
1{% block pager %}
2 <div class="results clearfix">
3 <div class="nb-results left">
4 {{ 'entry.list.number_on_the_page'|transchoice(entries.count) }}
5 </div>
6 {% if entries.getNbPages > 1 %}
7 {{ pagerfanta(entries, 'twitter_bootstrap_translated', {'proximity': 1}) }}
8 {% endif %}
9 </div>
10{% endblock %}