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
a0e60a57
Commit
a0e60a57
authored
Nov 22, 2021
by
Eric Bremner
Browse files
ISTWCMS-5129: removing specific templates for catalogs as now views-view handles it
parent
f7f64288
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
55 deletions
+0
-55
templates/views/views-view--uw_view_catalog_show_nodes.html.twig
...es/views/views-view--uw_view_catalog_show_nodes.html.twig
+0
-32
templates/views/views-view--uw_view_catalog_show_terms.html.twig
...es/views/views-view--uw_view_catalog_show_terms.html.twig
+0
-23
No files found.
templates/views/views-view--uw_view_catalog_show_nodes.html.twig
deleted
100644 → 0
View file @
f7f64288
{%
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
form_search
%}
{%
include
'@components/form-view-search/form-view-search.twig'
with
{
'form_search'
:
form_search
}
%}
{%
endif
%}
{%
include
'@components/view/views-view/views-view.twig'
with
{
'title_prefix'
:
title_prefix
,
'title'
:
title
,
'title_suffix'
:
title_suffix
,
'header'
:
header
,
'exposed'
:
exposed
,
'attachment_before'
:
attachment_before
,
'rows'
:
rows
,
'pager'
:
pager
,
'attachment_after'
:
attachment_after
,
'more'
:
more
,
'feed_icons'
:
feed_icons
,
}
%}
{%
if
(
view.current_display
==
'catalog_a_z_page'
)
%}
</div>
{%
endif
%}
templates/views/views-view--uw_view_catalog_show_terms.html.twig
deleted
100644 → 0
View file @
f7f64288
{%
include
'@components/tabs/tabs--link/tabs--link.twig'
with
{
'content_list'
:
content_list
,
}
%}
{%
if
form_search
%}
{%
include
'@components/form-view-search/form-view-search.twig'
with
{
'form_search'
:
form_search
}
%}
{%
endif
%}
{%
include
'@components/view/views-view/views-view.twig'
with
{
'title_prefix'
:
title_prefix
,
'title'
:
title
,
'title_suffix'
:
title_suffix
,
'header'
:
header
,
'exposed'
:
exposed
,
'attachment_before'
:
attachment_before
,
'rows'
:
rows
,
'pager'
:
pager
,
'attachment_after'
:
attachment_after
,
'more'
:
more
,
'feed_icons'
:
feed_icons
,
}
%}
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