From 472bd150bb94873df78eedabef52e55ad9276389 Mon Sep 17 00:00:00 2001 From: Cillian O'Ruanaidh Date: Thu, 30 Jun 2022 11:52:33 +0100 Subject: [PATCH] For consistency with other '' don't strip whitespace. Although both '%em' and '%em>' are rendering the same markup, perhaps because the tag is on it's own new line. Co-authored-by: Maikel --- app/views/admin/order_cycles/checkout_options.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/order_cycles/checkout_options.html.haml b/app/views/admin/order_cycles/checkout_options.html.haml index ecc0333c6d..7552c5f3a5 100644 --- a/app/views/admin/order_cycles/checkout_options.html.haml +++ b/app/views/admin/order_cycles/checkout_options.html.haml @@ -62,7 +62,7 @@ = input.label %p — - %em> + %em = shared_shipping_method.distributors.where(id: @order_cycle.distributor_ids).map(&:name).join(", ") %td - if shared_payment_methods.any?