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
31003501
Commit
31003501
authored
Nov 22, 2021
by
Eric Bremner
Browse files
ISTWCMS-5129: updating views to add certain classes to services and catalogs
parent
a0e60a57
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
templates/views/views-view.html.twig
templates/views/views-view.html.twig
+8
-0
No files found.
templates/views/views-view.html.twig
View file @
31003501
...
@@ -40,6 +40,10 @@
...
@@ -40,6 +40,10 @@
]
]
%}
%}
{%
if
(
view.current_display
==
'catalog_a_z_page'
)
||
(
view.current_display
==
'service_a_z_page'
)
%}
<div
class=
"views-element-container contextual-region"
>
{%
endif
%}
{%
if
content_list
%}
{%
if
content_list
%}
{%
include
'@components/tabs/tabs--link/tabs--link.twig'
with
{
{%
include
'@components/tabs/tabs--link/tabs--link.twig'
with
{
'content_list'
:
content_list
,
'content_list'
:
content_list
,
...
@@ -73,3 +77,7 @@
...
@@ -73,3 +77,7 @@
'dom_id'
:
dom_id
,
'dom_id'
:
dom_id
,
'exp_col_all'
:
exp_col_all
,
'exp_col_all'
:
exp_col_all
,
}
%}
}
%}
{%
if
(
view.current_display
==
'catalog_a_z_page'
)
||
(
view.current_display
==
'service_a_z_page'
)
%}
</div>
{%
endif
%}
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