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
4b9fffee
Commit
4b9fffee
authored
Oct 18, 2021
by
Eric Bremner
Committed by
Martin Leblanc
Oct 18, 2021
Browse files
ISTWCMS-5143: updating template to include views element wrapper for show nodes in catalogs
parent
90d9c8e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
templates/views/views-view--uw_view_catalog_show_nodes.html.twig
...es/views/views-view--uw_view_catalog_show_nodes.html.twig
+9
-0
No files found.
templates/views/views-view--uw_view_catalog_show_nodes.html.twig
View file @
4b9fffee
{%
if
(
view.current_display
==
'catalog_a_z_page'
)
%}
<div
class=
"views-element-container contextual-region"
>
{%
endif
%}
{%
include
'@components/tabs/tabs--link/tabs--link.twig'
with
{
'content_list'
:
content_list
,
'tabs_modifier_class'
:
'catalog'
}
%}
{%
if
catalog_search
%}
...
...
@@ -21,3 +26,7 @@
'more'
:
more
,
'feed_icons'
:
feed_icons
,
}
%}
{%
if
(
view.current_display
==
'catalog_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