Commenting out taxon icon for now

This commit is contained in:
summerscope
2014-07-31 11:29:14 +10:00
parent 46146c83a8
commit 659462327c

View File

@@ -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'"}