Skip to content
Snippets Groups Projects
Commit 4b9fffee authored by Eric Bremner's avatar Eric Bremner Committed by Martin Leblanc
Browse files

ISTWCMS-5143: updating template to include views element wrapper for show nodes in catalogs

parent 90d9c8e7
No related branches found
No related tags found
1 merge request!54ISTWCMS-5143: updating template to include views element wrapper for show nodes in catalogs
{% if (view.current_display == 'catalog_a_z_page') %}
<div class="views-element-container contextual-region">
{% endif %}
{% include '@components/tabs/tabs--link/tabs--link.twig' with {
'content_list': content_list,
'tabs_modifier_class': 'catalog'
} %}
{% if catalog_search %}
......@@ -21,3 +26,7 @@
'more': more,
'feed_icons': feed_icons,
} %}
{% if (view.current_display == 'catalog_a_z_page') %}
</div>
{% 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