From 188d6496ab3039eaa9636268172ef20e42e10a09 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Tue, 5 Oct 2021 16:50:44 +0200 Subject: [PATCH] Learnpath: Display: Exchange expand/collapse icon in learning path menu bar - refs BT#19044 --- src/CoreBundle/Resources/views/LearnPath/menubar.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CoreBundle/Resources/views/LearnPath/menubar.html.twig b/src/CoreBundle/Resources/views/LearnPath/menubar.html.twig index c7e778ce38..a192709e5f 100644 --- a/src/CoreBundle/Resources/views/LearnPath/menubar.html.twig +++ b/src/CoreBundle/Resources/views/LearnPath/menubar.html.twig @@ -13,10 +13,10 @@
{% if show_left_column == 1 %} {% set label = "Collapse" | trans %} - {% set icon_expand = "arrow-expand-horizontal" %} + {% set icon_expand = "arrow-collapse-horizontal" %} {% if lp_mode == 'embedframe' %} {% set label = "Expand" | trans %} - {% set icon_expand = "arrow-collapse-horizontal" %} + {% set icon_expand = "arrow-expand-horizontal" %} {% endif %}