mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Remove raw
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
%h5.inline-header
|
||||
= "#{raw(line_item.product.name)}"
|
||||
= "#{line_item.product.name}"
|
||||
- unless line_item.product.name.include? line_item.name_to_display
|
||||
%span= "- #{raw(line_item.name_to_display)}"
|
||||
%span= "- #{line_item.name_to_display}"
|
||||
- if line_item.options_text
|
||||
= "(#{raw(line_item.options_text)})"
|
||||
= "(#{line_item.options_text})"
|
||||
|
||||
Reference in New Issue
Block a user