mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
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:
committed by
Filipe
parent
af87943fd0
commit
472bd150bb
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user