mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-30 21:27:17 +00:00
11 lines
467 B
Plaintext
11 lines
467 B
Plaintext
.row{bindonce: true}
|
|
.small-12.large-8.columns
|
|
%div{"ng-if" => "enterprise.long_description.length > 0 || enterprise.logo"}
|
|
%p.modal-header About
|
|
.about-container
|
|
%img.enterprise-logo{"bo-src" => "enterprise.logo", "bo-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'"}
|