mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-02 02:11:33 +00:00
13 lines
266 B
Plaintext
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
|