Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
WCMS
uw_fdsu_theme_resp
Commits
7e8a9a0e
Commit
7e8a9a0e
authored
Jul 14, 2021
by
Eric Bremner
Committed by
Kevin Paxman
Jul 29, 2021
Browse files
ISTWCMS-4619: remove contacts view and updating views-view to use exp-col-all flag
parent
7b9c07f3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
31 deletions
+1
-31
templates/views/views-view--uw_view_contacts.html.twig
templates/views/views-view--uw_view_contacts.html.twig
+0
-30
templates/views/views-view.html.twig
templates/views/views-view.html.twig
+1
-1
No files found.
templates/views/views-view--uw_view_contacts.html.twig
deleted
100644 → 0
View file @
7b9c07f3
{%
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
,
}
%}
templates/views/views-view.html.twig
View file @
7e8a9a0e
...
...
@@ -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
,
}
%}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment