Skip to content
Snippets Groups Projects
Commit 7e8a9a0e authored by Eric Bremner's avatar Eric Bremner Committed by Kevin Paxman
Browse files

ISTWCMS-4619: remove contacts view and updating views-view to use exp-col-all flag

parent 7b9c07f3
No related branches found
No related tags found
1 merge request!45Feature/istwcms 4619 m26lebla theme blog news events
{%
set classes = [
'view',
'view-' ~ id|clean_class,
'view-id-' ~ id,
'view-display-id-' ~ display_id,
dom_id ? 'js-view-dom-id-' ~ dom_id,
]
%}
{% include '@components/view/views-view/views-view.twig' with {
'attributes': attributes,
'css_name': css_name,
'css_class': css_class,
'header': header,
'footer': footer,
'rows': rows,
'empty': empty,
'pager': pager,
'exposed': exposed,
'feed_icons': feed_icons,
'more': more,
'title': title,
'title_prefix': title_prefix,
'title_suffix': title_suffix,
'attachment_before': attachment_before,
'attachment_after': attachment_after,
'dom_id': dom_id,
} %}
......@@ -30,7 +30,6 @@
* @see template_preprocess_views_view()
*/
#}
{%
set classes = [
'view',
......@@ -59,4 +58,5 @@
'attachment_before': attachment_before,
'attachment_after': attachment_after,
'dom_id': dom_id,
'exp_col_all': exp_col_all,
} %}
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