Tweak style
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{% set route = app.request.attributes.get('_route') %}
|
||||
<nav>
|
||||
<ul class="pagination">
|
||||
<ul class="pagination justify-content-center mt-4">
|
||||
<li class="page-item {{ page < 2 ? 'disabled' }}">
|
||||
<a class="page-link" href="{{ path(route, {'page': page - 1}) }}">{{ 'previous'|trans }}</a>
|
||||
</li>
|
||||
|
Reference in New Issue
Block a user