mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-04-06 07:29:16 +00:00
Patching a bug with bo-src
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
%tbody{"ng-repeat" => "product in data.products | filter:query"}
|
||||
%tr{"class" => "product product-{{ product.id }}"}
|
||||
|
||||
%td.name{bindonce: ""}
|
||||
%img{"bo-src" => "{{ product.master.images[0].small_url }}"}
|
||||
%td.name{bindonce: "product"}
|
||||
%img{"bo-src" => "product.master.images[0].small_url"}
|
||||
%div
|
||||
%h5
|
||||
{{ product.name }}
|
||||
|
||||
Reference in New Issue
Block a user