Files
openfoodnetwork/app/components/product_component/product_component.html.haml
2022-12-07 15:08:52 +01:00

13 lines
266 B
Plaintext

%tr
%td.products_column.title
- if @image
.image
= image_tag @image.url(:mini)
= @name
- if @columns.include?("unit")
%td.products_column.unit
= @unit
- if @columns.include?("price")
%td.products_column.price
= @price