mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
7 lines
203 B
Plaintext
7 lines
203 B
Plaintext
%tr
|
|
- @columns.each do |column|
|
|
%td.products_column{class: column[:id]}
|
|
- if column[:id] == "name" && @image&.attachment.present?
|
|
= image_tag @image.url(:mini)
|
|
= column[:value]
|