design correction on list documents page

This commit is contained in:
2022-02-28 14:22:15 +01:00
parent fb6f0c316e
commit 15d9593d0f
4 changed files with 65 additions and 49 deletions

View File

@@ -19,7 +19,7 @@
{% endblock %}
{% block content %}
<div class="col-md-10 col-xxl">
<div class="document-list">
<h1>{{ 'Documents' }}</h1>
{% if documents|length == 0 %}
@@ -27,7 +27,7 @@
{% else %}
<div class="flex-table chill-task-list">
{% for document in documents %}
{% include 'ChillDocStoreBundle:List:list_item.html.twig' %}
{% include '@ChillDocStore/List/list_item.html.twig' %}
{% endfor %}
</div>
{% endif %}