From 00eb43589678094cdfb3dfa27e3fc6672f537330 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Tue, 11 Mar 2025 07:26:10 +0100 Subject: [PATCH] Add chevron icon in merge button --- .../Resources/views/AccompanyingCourseWork/show.html.twig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourseWork/show.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourseWork/show.html.twig index 0ec14c367..4af5c4029 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourseWork/show.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourseWork/show.html.twig @@ -69,7 +69,10 @@
  • - {{ 'Merge'|trans }} + + + {{ 'Merge'|trans }} +
  • {% if is_granted('CHILL_MAIN_ACCOMPANYING_PERIOD_WORK_UPDATE', work) %}