mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-27 21:06:49 +00:00
7 lines
231 B
Plaintext
7 lines
231 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.unit_to_display
|
|
= "(#{line_item.unit_to_display})"
|