mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-23 01:03:21 +00:00
12 lines
272 B
Plaintext
12 lines
272 B
Plaintext
%tr
|
|
- @columns.each do |column|
|
|
- if column[:id] == "name"
|
|
%td.products_column.title
|
|
- if @image
|
|
.image
|
|
= image_tag @image.url(:mini)
|
|
= @name
|
|
- else
|
|
%td.products_column{class: column[:id]}
|
|
= column[:value]
|