mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Fix path to templates using the new syntax
This commit is contained in:
parent
2efd5ebc9a
commit
d2864605b9
@ -240,7 +240,7 @@
|
|||||||
|
|
||||||
<div class="social-actions my-4">
|
<div class="social-actions my-4">
|
||||||
<h2 class="mb-3 visually-hidden">{{ 'Last social actions'|trans }}</h2>
|
<h2 class="mb-3 visually-hidden">{{ 'Last social actions'|trans }}</h2>
|
||||||
{% include 'ChillPersonBundle:AccompanyingCourseWork:list_recent_by_accompanying_period.html.twig' with {'buttonText': false } %}
|
{% include '@ChillPerson/AccompanyingCourseWork/list_recent_by_accompanying_period.html.twig' with {'buttonText': false } %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% block contentActivity %}
|
{% block contentActivity %}
|
||||||
|
@ -195,7 +195,7 @@
|
|||||||
<div class="flex-table">{# new flex-table wrapper #}
|
<div class="flex-table">{# new flex-table wrapper #}
|
||||||
<div
|
<div
|
||||||
class="item-bloc colored{% if displayContent is defined %} {{ displayContent }}{% endif %}{% if itemBlocClass is defined %} {{ itemBlocClass }}{% endif %}">
|
class="item-bloc colored{% if displayContent is defined %} {{ displayContent }}{% endif %}{% if itemBlocClass is defined %} {{ itemBlocClass }}{% endif %}">
|
||||||
{% include 'ChillPersonBundle:AccompanyingCourseWork:_objectifs_results_evaluations.html.twig' with {
|
{% include '@ChillPerson/AccompanyingCourseWork/_objectifs_results_evaluations.html.twig' with {
|
||||||
'displayContent': displayContent,
|
'displayContent': displayContent,
|
||||||
'onlyone' : false
|
'onlyone' : false
|
||||||
} %}
|
} %}
|
||||||
|
@ -56,7 +56,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<ul class="small_in_title mb-3 ps-0">
|
<ul class="small_in_title mb-3 ps-0">
|
||||||
{% include 'ChillPersonBundle:AccompanyingCourseWork:_objectifs_results_evaluations.html.twig' with {} %}
|
{% include '@ChillPerson/AccompanyingCourseWork/_objectifs_results_evaluations.html.twig' with {} %}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<div class="metadata text-end">
|
<div class="metadata text-end">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user