css classes

This commit is contained in:
Mathieu Jaumotte 2023-05-17 19:38:48 +02:00
parent 8a35c2e2ee
commit f1bf02d2b4

View File

@ -3,12 +3,12 @@
{{ 'workflow.SocialAction deleted'|trans }} {{ 'workflow.SocialAction deleted'|trans }}
</div> </div>
{% else %} {% else %}
<div class="flex-table accompanying_course_work-list"> <div class="flex-table accompanying-course-work">
{% include '@ChillPerson/AccompanyingCourseWork/_item.html.twig' with { {% include '@ChillPerson/AccompanyingCourseWork/_item.html.twig' with {
'w': work, 'w': work,
'displayAction': false, 'displayAction': false,
'displayContent': 'short', 'displayContent': 'short',
'itemBlocClass': 'bg-chill-llight-gray' 'itemBlocClass': 'bg-chill-light-gray'
} %} } %}
</div> </div>
{% if display_action is defined and display_action == true %} {% if display_action is defined and display_action == true %}