From 57c5c2d411357334afcdaf4068468dca1a79d111 Mon Sep 17 00:00:00 2001 From: Will Marshall Date: Tue, 17 Jun 2014 14:34:38 +1000 Subject: [PATCH] Changing icon markup --- app/views/modals/_product.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/modals/_product.html.haml b/app/views/modals/_product.html.haml index b2281d64ca..7c45a6ccab 100644 --- a/app/views/modals/_product.html.haml +++ b/app/views/modals/_product.html.haml @@ -4,7 +4,7 @@ %img.product-img{"ng-src" => "{{product.master.images[0].large_url}}", "ng-if" => "product.master.images[0]"} .columns.small-12.large-6 %h2 - %img{"ng-src" => "{{product.primary_taxon.icon}}"} + %render-svg{path: "{{product.primary_taxon.icon}}"} {{product.name}} %p {{product.description}} %a.close-reveal-modal{"ng-click" => "$close()"}