From 73a1d42ee79c863da47c6f1f7915247df1ea0468 Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Sun, 22 Aug 2021 14:55:30 +0200 Subject: [PATCH] fix conflict with AccompanyingPeriod list button --- .../views/AccompanyingPeriod/list.html.twig | 26 ++++++++++++------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingPeriod/list.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingPeriod/list.html.twig index b51d2f7f5..bdad9ce86 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingPeriod/list.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingPeriod/list.html.twig @@ -17,9 +17,17 @@ class="btn btn-cancel">{{ 'Person details'|trans }} -
  • + href="{{ path ('chill_person_accompanying_course_new', {'person_id' : [ person.id ] } ) }}" role="button"> + {{ 'Create an accompanying period'|trans }} + +
  • + + {# disable dropdown + + #} +