Files
openfoodnetwork/app/assets/javascripts/templates/product_modal.html.haml
summerscope dc1dd2e243 Changing the class .filter-box for shopfront to .filter-shopfront
This prevents the issue with inheritance / styling crossover
2015-03-13 16:06:46 +11:00

21 lines
479 B
Plaintext

.row
.columns.small-12.large-6.product-header
%h2 {{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}}
%hr
.columns.small-12.large-6
%img.product-img{"ng-src" => "{{product.largeImage}}", "ng-if" => "product.largeImage"}
%ng-include{src: "'partials/close.html'"}