We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f162931 commit e6a2410Copy full SHA for e6a2410
templates/blog/index.html.twig
@@ -42,7 +42,7 @@
42
{% endfor %}
43
44
{% if paginator.hasNextPage %}
45
- <li class="prev"><a href="{{ path('blog_index_paginated', {page: paginator.nextPage}) }}" rel="next">Next <i class="fa fw fa-arrow-right"></i></a></li>
+ <li class="next"><a href="{{ path('blog_index_paginated', {page: paginator.nextPage}) }}" rel="next">Next <i class="fa fw fa-arrow-right"></i></a></li>
46
{% else %}
47
<li class="next disabled"><span>Next <i class="fa fw fa-arrow-right"></i></span></li>
48
{% endif %}
0 commit comments