Files
openfoodnetwork/app/views/spree/shared/_line_item_name.html.haml
Gaetan Craig-Riou 085629fae1 Remove raw
2023-12-18 14:40:14 +11:00

7 lines
225 B
Plaintext

%h5.inline-header
= "#{line_item.product.name}"
- unless line_item.product.name.include? line_item.name_to_display
%span= "- #{line_item.name_to_display}"
- if line_item.options_text
= "(#{line_item.options_text})"