diff --git a/app/assets/javascripts/templates/product_modal.html.haml b/app/assets/javascripts/templates/product_modal.html.haml index 8b35cf79c5..31f51c6655 100644 --- a/app/assets/javascripts/templates/product_modal.html.haml +++ b/app/assets/javascripts/templates/product_modal.html.haml @@ -3,7 +3,7 @@ %img.product-img{"ng-src" => "{{product.primaryImage}}", "ng-if" => "product.primaryImage"} .columns.small-12.large-6.product-header %h2 - %render-svg{path: "{{product.primary_taxon.icon}}"} + / %render-svg{path: "{{product.primary_taxon.icon}}"} {{product.name}} %p {{product.description}} %ng-include{src: "'partials/close.html'"}