From 85dda8b680c3a149d2aeea02428e60f85313610d Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Thu, 27 May 2021 11:34:49 +0200 Subject: [PATCH] hide flex-table test on page AccompanyingCourse history --- .../views/AccompanyingCourse/history.html.twig | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/history.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/history.html.twig index f5f1fc067..57d3382b4 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/history.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/history.html.twig @@ -8,7 +8,15 @@

{{ block('title') }}

- {# start test flex-table #} +

+ A CONFIRMER
+ Cette page serait en réalité l'historique des mouvements dans la section parcours, + comme dans le contexte personne, à la page timeline.
+ Il faudrait peut-être modifier son adresse comme ceci: `/fr/parcours/{id}/timeline` +

+ + {# start test flex-table +
{% for p in accompanyingCourse.participations %}
@@ -58,9 +66,9 @@
{% endfor %}
+ #} {# end test flex-table #} - {# ==> insert accompanyingCourse vue component #}
{% endblock %}