WIP on product modal

This commit is contained in:
summerscope
2015-03-19 14:52:09 +11:00
parent cdd41ad651
commit c76aa1d1c2

View File

@@ -1,20 +1,20 @@
.row
.columns.small-12.large-6.product-header
%h2 {{product.name}}
%h3 {{product.name}}
%span
%em from
%span.avenir {{ enterprise.name }}
/ %render-svg{path: "{{product.primary_taxon.icon}}"}
%div{"ng-if" => "product.description"}
%hr
.text-small {{product.description}}
%p.text-small {{product.description}}
%hr
.columns.small-12.large-6
%img.product-img{"ng-src" => "{{product.largeImage}}", "ng-if" => "product.largeImage"}
%img.product-img.placeholder{"ng-src" => "/assets/noimage/large.png", "ng-if" => "!product.largeImage"}
%ng-include{src: "'partials/close.html'"}