From 9dddf9770df91154f1693637de643b45ea4d5d3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pysiak?= Date: Tue, 26 Nov 2024 11:13:53 +0100 Subject: [PATCH] Fix formatting --- .../credit_memos/content/header/title_block/actions.html.twig | 2 -- .../admin/content/header/title_block/actions/refunds.html.twig | 1 - .../order/admin/content/sections/payments/item/name.html.twig | 2 +- .../admin/refund/content/header/title_block/actions.html.twig | 2 -- 4 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/templates/credit_memos/content/header/title_block/actions.html.twig b/src/templates/credit_memos/content/header/title_block/actions.html.twig index 4c58516c0..cb42f3e7e 100644 --- a/src/templates/credit_memos/content/header/title_block/actions.html.twig +++ b/src/templates/credit_memos/content/header/title_block/actions.html.twig @@ -3,5 +3,3 @@ {% hook 'actions' %} - - diff --git a/src/templates/order/admin/content/header/title_block/actions/refunds.html.twig b/src/templates/order/admin/content/header/title_block/actions/refunds.html.twig index c374d4525..bf7967ce7 100644 --- a/src/templates/order/admin/content/header/title_block/actions/refunds.html.twig +++ b/src/templates/order/admin/content/header/title_block/actions/refunds.html.twig @@ -5,4 +5,3 @@ {{ ux_icon('tabler:repeat', {'class': 'icon dropdown-item-icon'}) }} {{ 'sylius_refund.ui.refunds'|trans }} - diff --git a/src/templates/order/admin/content/sections/payments/item/name.html.twig b/src/templates/order/admin/content/sections/payments/item/name.html.twig index 0004f1258..345086a4a 100644 --- a/src/templates/order/admin/content/sections/payments/item/name.html.twig +++ b/src/templates/order/admin/content/sections/payments/item/name.html.twig @@ -1,5 +1,5 @@ {% set refund_payment = hookable_metadata.context.refund_payment %} - {{ refund_payment.paymentMethod }} + {{ refund_payment.paymentMethod }} diff --git a/src/templates/order/admin/refund/content/header/title_block/actions.html.twig b/src/templates/order/admin/refund/content/header/title_block/actions.html.twig index a8bee2966..fa2345308 100644 --- a/src/templates/order/admin/refund/content/header/title_block/actions.html.twig +++ b/src/templates/order/admin/refund/content/header/title_block/actions.html.twig @@ -14,5 +14,3 @@ - -