From 3a1bf24a86a46ebd8ef58ab50facbe6f683a72f1 Mon Sep 17 00:00:00 2001 From: summerscope Date: Fri, 20 Jun 2014 10:00:54 +1000 Subject: [PATCH] Product modal adjust markup for SVG icon styling --- 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 7c45a6ccab..6d50f9c09d 100644 --- a/app/views/modals/_product.html.haml +++ b/app/views/modals/_product.html.haml @@ -2,7 +2,7 @@ .row .columns.small-12.large-6 %img.product-img{"ng-src" => "{{product.master.images[0].large_url}}", "ng-if" => "product.master.images[0]"} - .columns.small-12.large-6 + .columns.small-12.large-6.product-header %h2 %render-svg{path: "{{product.primary_taxon.icon}}"} {{product.name}}