WIP on producer and product modals

This commit is contained in:
summerscope
2015-03-19 16:02:52 +11:00
parent 1f97052954
commit b99e94cecf
4 changed files with 56 additions and 5 deletions

View File

@@ -1,5 +1,21 @@
.row{bindonce: true}
.small-12.large-8.columns
/ TODO: Rob - add in taxons and properties and property pop-overs
.pad-top{"ng-if" => "1 > 0"}
%span.filter-shopfront.taxon-selectors
%ul.inline-block
%li
%a.button.tiny.disabled Grains
%li
%a.button.tiny.disabled Dairy
%span.filter-shopfront.property-selectors.pad-top
%ul.inline-block
%li
%a.button.tiny Organic certified
/ TODO: Rob - need popover, use will's directive or this? http://pineconellc.github.io/angular-foundation/
%div{"ng-if" => "enterprise.long_description.length > 0 || enterprise.logo"}
%p.modal-header About
.about-container

View File

@@ -5,8 +5,23 @@
%span
%em from
%span.avenir {{ enterprise.name }}
/ TODO: Rob - add in taxons and properties and property pop-overs
/ %render-svg{path: "{{product.primary_taxon.icon}}"}
.pad-top
%span.filter-shopfront.taxon-selectors
%ul.inline-block
%li
%a.button.tiny.disabled Grains
%li
%a.button.tiny.disabled Dairy
%span.filter-shopfront.property-selectors.pad-top
%ul.inline-block
%li
%a.button.tiny Organic certified
/ TODO: Rob - need popover, use will's directive or this? http://pineconellc.github.io/angular-foundation/
%div{"ng-if" => "product.description"}
%hr