Skip to content
Snippets Groups Projects
Commit f7f64288 authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-5129: updating views view to allow for tabs

parent 823d3e8f
No related branches found
No related tags found
1 merge request!57Feature/istwcms 5129 ebremner theme services views
......@@ -40,6 +40,13 @@
]
%}
{% if content_list %}
{% include '@components/tabs/tabs--link/tabs--link.twig' with {
'content_list': content_list,
'tabs_modifier_class': 'catalog'
} %}
{% endif %}
{% if form_search %}
{% include '@components/form-view-search/form-view-search.twig' with {
'form_search': form_search
......
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