Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects

OEL-0000: Improve News & Event teaser templates

Merged Francesco SARDARA requested to merge OEL-0000 into 1.x
2 files
+ 9
4
Compare changes
  • Side-by-side
  • Inline
Files
2
{#
/**
* @file
* Search result template.
* Theme override to display a node of bundle event in the teaser view mode.
*/
#}
{% set _title %}
<a class="text-underline-hover" href="{{ url }}">{{ label }}</a>
<a class="standalone" href="{{ url }}">{{ label }}</a>
{% endset %}
{% set _content %}
<span class="text-muted text-nowrap me-4-5">{{ content.oe_sc_event_dates }}</span>
{% endset %}
{% block content %}
<article{{attributes}}>
{{ pattern('card', {
variant: 'search',
@@ -18,3 +19,5 @@
image: image,
content: _content
}) }}
</article>
{% endblock %}
Loading