Skip to content
Snippets Groups Projects
Commit eb221d36 authored by Lily Yan's avatar Lily Yan
Browse files

Merge branch 'feature/ISTWCMS-6713-tstruyk-aria-pagination' into '1.1.x'

ISTWCMS-6713: Use Ohana mini pager

See merge request !120
parents 7117486d b8cdc05f
No related branches found
No related tags found
1 merge request!120ISTWCMS-6713: Use Ohana mini pager
{#
/**
* @file
* Theme override for a view mini-pager.
*
* Available variables:
* - modifier_class: Variant classes to modify component.
* - heading: Accessible heading.
* - items: List of pager items.
*
*/
#}
{% if items %}
{% include '@components/pager/pager--mini/pager--mini.twig' with {
'modifier': '',
'heading': 'Pagination'|t,
'items': items,
'current': current
} only %}
{% 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