Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit af1742d9 authored by Andreas Hennings's avatar Andreas Hennings
Browse files

Merge remote-tracking branch 'g/1.x' into update-EPIC-OEL-1255

parents c5860caa cdc9292c
No related branches found
No related tags found
5 merge requests!121OEL-1421: Fix cosmetic changes.,!116OEL-1394: Merge 1.x into EPIC-1293-Project, align with new version of card:search pattern,!115Upate the EPIC-1293-project,!113Merge 1.x into EPIC-OEL-1255-migrate-paragraphs,!105EPIC: OEL-1255: Migrate paragraphs
{#
/**
* @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 %}
{#
/**
* @file
* Search result template.
* Theme override to display a node of bundle news 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_publication_date }}</span>
{% endset %}
{% block content %}
<article{{attributes}}>
{{ pattern('card', {
variant: 'search',
......@@ -19,3 +20,4 @@
content: _content
}) }}
</article>
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment