For consistency with other '<em>' 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 <maikel@email.org.au>
This commit is contained in:
Cillian O'Ruanaidh
2022-06-30 11:52:33 +01:00
committed by Filipe
parent af87943fd0
commit 472bd150bb

View File

@@ -62,7 +62,7 @@
= input.label
%p
&mdash;
%em>
%em
= shared_shipping_method.distributors.where(id: @order_cycle.distributor_ids).map(&:name).join(", ")
%td
- if shared_payment_methods.any?