mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-03 22:06:07 +00:00
remove raw from shipping method name
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
%tr
|
||||
%td
|
||||
%strong= "#{@order.shipping_method.category} : "
|
||||
= "(#{raw(@order.shipping_method.name)})"
|
||||
= "(#{@order.shipping_method.name})"
|
||||
%td{:align => "right"}
|
||||
%td{:align => "right"}
|
||||
%td{:align => "right"}
|
||||
|
||||
Reference in New Issue
Block a user