- Status changed to Fixed
over 1 year ago 1:23pm 6 July 2023 Automatically closed - issue fixed for 2 weeks with no activity.
Right now, "views show more pager" template creates link like:
<a href="{{ item.href }}" title="{{ 'Go to next page'|t }}" rel="next">{{ item.text }}</a>
So it is not possible to add class or other attribute using preprocessor.
Use twig link function.
{{ link(item.text, item.href, item.attributes) }}
Fixed
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.