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

Skip to content
Snippets Groups Projects
Commit 7dfef365 authored by drishu's avatar drishu
Browse files

OEL-1374: Content always has count, remove if.

parent 4fdc6797
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
......@@ -18,10 +18,8 @@
</div>
{% endif %}
{{ title_suffix }}
{% if content['#items'][1] is not empty %}
<div class="col-md-12 order-md-2 mt-3">
{{ content }}
</div>
{% endif %}
<div class="col-md-12 order-md-2 mt-3">
{{ content }}
</div>
{% endspaceless %}
{% 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