Skip to content
Snippets Groups Projects
Commit f71530d3 authored by Florent Torregrosa's avatar Florent Torregrosa
Browse files

Issue #3465050 by kerrymick, Grimreaper: Pagination Pattern not working with Ajax views

parent 25acc111
No related branches found
No related tags found
1 merge request!198Issue #3465050 by kerrymick, Grimreaper: Pagination Pattern not working with Ajax views
Pipeline #240505 passed
......@@ -36,5 +36,6 @@
{% if items %}
{{ pattern('pagination', {
'items': items,
'attributes': attributes.addClass('js-pager__items'),
}) }}
{% endif %}
......@@ -16,5 +16,6 @@
{% if items %}
{{ pattern('pagination', {
'items': items,
'attributes': attributes.addClass('js-pager__items'),
}) }}
{% endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment