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

Merge 1.x into EPIC-OEL-1255-migrate-paragraphs

Merged Francesco SARDARA requested to merge update-EPIC-OEL-1255 into EPIC-OEL-1255-migrate-paragraphs
3 files
+ 15
5
Compare changes
  • Side-by-side
  • Inline
Files
3
{#
/**
* @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