mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
5 lines
148 B
Plaintext
5 lines
148 B
Plaintext
- if variant.product.images.length == 0
|
|
= image_tag("/noimage/mini.png")
|
|
- else
|
|
= image_tag(variant.product.images.first.attachment.url(:mini))
|