From 707e2f387de2b9e114bb4f1291245d5b5023b621 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20CROMBEZ?= <777666+jcrombez@users.noreply.github.com> Date: Mon, 15 Jul 2024 16:57:56 +0200 Subject: [PATCH] Update actions.html.twig --- .../views/theme/bootstrap5/column_type/actions.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Resources/views/theme/bootstrap5/column_type/actions.html.twig b/src/Resources/views/theme/bootstrap5/column_type/actions.html.twig index bae5197..efe1283 100644 --- a/src/Resources/views/theme/bootstrap5/column_type/actions.html.twig +++ b/src/Resources/views/theme/bootstrap5/column_type/actions.html.twig @@ -5,7 +5,7 @@ {% if action.visible is not defined or action.visible %}
  • {% if action.template is defined %} - {% include action.template %} + {% include action.template with action %} {% else %} {% if action.icon_class is defined %}{% endif %} @@ -15,4 +15,4 @@
  • {% endif %} {% endfor %} - \ No newline at end of file +