We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f162931 + e6a2410 commit 6bdc4ceCopy full SHA for 6bdc4ce
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