From 3574c9179078c46e5641c3532f6b95756a291bc5 Mon Sep 17 00:00:00 2001 From: Will Marshall Date: Tue, 1 Apr 2014 13:08:00 +1100 Subject: [PATCH] Patching a bug with bo-src --- app/views/shop/shop/_products.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}