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 @@ - -