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

ISTWCMS-5129: removing extra classes on views view

parent 18612c1a
No related branches found
No related tags found
1 merge request!57Feature/istwcms 5129 ebremner theme services views
......@@ -40,10 +40,6 @@
]
%}
{% if (view.current_display == 'catalog_a_z_page') or (view.current_display == 'services_page') %}
<div class="views-element-container contextual-region">
{% endif %}
{% if content_list %}
{% include '@components/tabs/tabs--link/tabs--link.twig' with {
'content_list': content_list,
......@@ -77,7 +73,3 @@
'dom_id': dom_id,
'exp_col_all': exp_col_all,
} %}
{% if (view.current_display == 'catalog_a_z_page') or (view.current_display == 'services_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