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

Skip to content
Snippets Groups Projects
Commit abfbf654 authored by escuriola's avatar escuriola
Browse files

OEL-1374: Remove template.

parent f8ee66cd
No related branches found
No related tags found
3 merge requests!149Update EPIC-1450-List-pages,!141Update EPIC-1293-Project,!126OEL-1374: Search page look & feel update
{#
/**
* @file
* Theme implementation to display showcase_search unformatted rows.
*
* @see ./core/modules/views/templates/views-view-unformatted.html.
*/
#}
{% if view.current_display == 'showcase_search_page' %}
{% if title %}
<h3>{{ title }}</h3>
{% endif %}
{% for row in rows %}
{% set row_classes = [
default_row_class ? 'views-row',
] %}
<div{{ row.attributes.addClass(row_classes) }}>
{{- row.content -}}
</div>
{% endfor %}
{% endif %}
<hr class="d-none d-md-block mt-4-5">
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