remove pagerfanta bundle (#1458)

This commit is contained in:
Kevin Papst
2020-02-10 16:38:26 +01:00
committed by GitHub
parent 733aa58de8
commit 465d7166d4
30 changed files with 249 additions and 380 deletions

View File

@@ -206,7 +206,7 @@
{% endif %}
{% if route is not empty and entries is not null%}
<div class="navigation text-center no-print">
{{ pagerfanta(entries, 'twitter_bootstrap3_translated', { proximity: 1, routeName: route }) }}
{{ pagination(entries, { routeName: route }) }}
</div>
{% endif %}
{% endmacro %}