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
72660a70
Commit
72660a70
authored
Jul 28, 2021
by
Eric Bremner
Committed by
Igor Biki
Aug 04, 2021
Browse files
ISTWCMS-4917: updating events listing page template
parent
f4a2e989
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
25 deletions
+0
-25
templates/views/views-view-unformatted--uw-view-events--event-page.html.twig
...ws-view-unformatted--uw-view-events--event-page.html.twig
+0
-25
No files found.
templates/views/views-view-unformatted--uw-view-events--event-page.html.twig
View file @
72660a70
{#
/**
* @file
* Theme override to display a view of unformatted rows.
*
* Available variables:
* - title: The title of this group of rows. May be empty.
* - rows: A list of the view's row items.
* - attributes: The row's HTML attributes.
* - content: The row's content.
* - view: The view object.
* - default_row_class: A flag indicating whether default classes should be
* used on rows.
*
* @see template_preprocess_views_view_unformatted()
*/
#}
{%
if
title
%}
<h3>
{{
title
}}
</h3>
{%
endif
%}
{%
for
data
in
node_data
%}
{%
set
row_classes
=
[
default_row_class
?
'views-row'
,
]
%}
<div
class=
"views-row"
>
{%
include
'@components/card/card--teaser/card--teaser.twig'
with
{
'teaser'
:
data
,
...
...
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