mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
css classes
This commit is contained in:
parent
8a35c2e2ee
commit
f1bf02d2b4
@ -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 %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user