mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-11 23:17:48 +00:00
7 lines
225 B
Plaintext
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})"
|