diff --git a/app/views/shop/shop/_products.html.haml b/app/views/shop/shop/_products.html.haml index ac9b21772c..0221910607 100644 --- a/app/views/shop/shop/_products.html.haml +++ b/app/views/shop/shop/_products.html.haml @@ -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 }}