better color coherency with buttons

This commit is contained in:
2022-01-30 19:45:09 +01:00
parent 0a58c43952
commit 73c4a5d39d
8 changed files with 19 additions and 20 deletions

View File

@@ -46,12 +46,6 @@
{{ 'Back to the list' | trans }}
</a>
</li>
<li>
{% set workflows_frame = chill_entity_workflow_list('Chill\\DocStoreBundle\\Entity\\AccompanyingCourseDocument', document.id) %}
{% if workflows_frame is not empty %}
{{ workflows_frame|raw }}
{% endif %}
</li>
<li>
{{ m.download_button(document.object, document.title) }}
</li>
@@ -62,6 +56,12 @@
</a>
</li>
{% endif %}
{% set workflows_frame = chill_entity_workflow_list('Chill\\DocStoreBundle\\Entity\\AccompanyingCourseDocument', document.id) %}
{% if workflows_frame is not empty %}
<li>
{{ workflows_frame|raw }}
</li>
{% endif %}
</ul>
</div>
{% endblock %}