Merge remote-tracking branch 'origin/master' into workflow/fixes-2022-02

This commit is contained in:
2022-02-28 16:29:57 +01:00
48 changed files with 500 additions and 696 deletions

View File

@@ -21,7 +21,7 @@
{% endblock %}
{% block content %}
<div class="col-md-10 col-xxl">
<div class="document-list">
<h1>{{ 'Documents' }}</h1>
{% if documents|length == 0 %}
@@ -29,7 +29,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 %}