mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-15 23:57:48 +00:00
30 lines
1.2 KiB
Plaintext
30 lines
1.2 KiB
Plaintext
.row
|
|
.small-12.large-8.columns
|
|
/ TODO: Rob add logic for taxons and properties too:
|
|
/ %div{"ng-if" => "enterprise.long_description.length > 0 || enterprise.logo"}
|
|
%div
|
|
%p.modal-header {{'label_about' | t}}
|
|
/ TODO: Rob - add in taxons and properties and property pop-overs
|
|
|
|
-# TODO: Add producer taxons and properties here
|
|
-# %div
|
|
-# %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/
|
|
-#
|
|
.about-container.pad-top
|
|
%img.enterprise-logo{"ng-src" => "{{::enterprise.logo}}", "ng-if" => "::enterprise.logo"}
|
|
%p.text-small{"ng-bind-html" => "::enterprise.long_description"}
|
|
.small-12.large-4.columns
|
|
%ng-include{src: "'partials/contact.html'"}
|
|
%ng-include{src: "'partials/follow.html'"}
|