mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
hide flex-table test on page AccompanyingCourse history
This commit is contained in:
parent
2e1201418a
commit
85dda8b680
@ -8,7 +8,15 @@
|
||||
|
||||
<h1>{{ block('title') }}</h1>
|
||||
|
||||
{# start test flex-table #}
|
||||
<p>
|
||||
A CONFIRMER<br>
|
||||
Cette page serait en réalité l'historique des mouvements dans la section parcours,
|
||||
comme dans le contexte personne, à la page timeline.<br>
|
||||
Il faudrait peut-être modifier son adresse comme ceci: `/fr/parcours/{id}/timeline`
|
||||
</p>
|
||||
|
||||
{# start test flex-table
|
||||
|
||||
<div class="flex-table">
|
||||
{% for p in accompanyingCourse.participations %}
|
||||
<div class="item-bloc">
|
||||
@ -58,9 +66,9 @@
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
#}
|
||||
{# end test flex-table #}
|
||||
|
||||
|
||||
{# ==> insert accompanyingCourse vue component #}
|
||||
<div id="accompanying-course"></div>
|
||||
{% endblock %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user