Remove raw

This commit is contained in:
Gaetan Craig-Riou
2023-11-13 15:59:02 +11:00
parent 28f3161bf8
commit 085629fae1

View File

@@ -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})"