mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-15 23:57:48 +00:00
14 lines
407 B
Plaintext
14 lines
407 B
Plaintext
%ofn-modal{title: "{{product.name}}"}
|
|
|
|
.row
|
|
.columns.small-12.large-6
|
|
%img.product-img{"ng-src" => "{{product.master.images[0].large_url}}"}
|
|
.columns.small-12.large-6
|
|
%h2
|
|
%img{"ng-src" => "{{product.primary_taxon.icon}}"}
|
|
{{product.name}}
|
|
%p {{product.description}}
|
|
/ %pre
|
|
/ {{ product | json }}
|
|
%a.close-reveal-modal{"ng-click" => "$close()"} ×
|
|
|