From 72012a70d94481f105c48783ecef9cfd887da7be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 25 Apr 2022 21:23:12 +0200 Subject: [PATCH] button "closed" with same layout than in course header --- .../Resources/views/Person/list_with_period.html.twig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Bundle/ChillPersonBundle/Resources/views/Person/list_with_period.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/Person/list_with_period.html.twig index d3c053372..9c7486fc2 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/Person/list_with_period.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/Person/list_with_period.html.twig @@ -54,7 +54,7 @@ {% endif %} {% if acp.step == 'CLOSED' %} - {{ 'course.closed'|trans }} + {{ 'course.closed'|trans }} {% endif %} @@ -256,7 +256,6 @@ aria-labelledby="heading_{{ person.id }}" data-bs-parent="#nonCurrent"> {% for acp in acpsClosed %} - {{ _self.accompanying_period(acp, person) }} {% endfor %}