mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
Removes `text-small` class from container and change container to `div` instead of `p` for semantic differentiation.
22 lines
862 B
Plaintext
22 lines
862 B
Plaintext
.row
|
|
.small-12.large-8.columns
|
|
%div
|
|
%p.modal-header {{'label_about' | t}}
|
|
%div
|
|
%span.filter-shopfront.taxon-selectors
|
|
%ul.inline-block
|
|
%li{"ng-repeat" => "taxon in enterprise.supplied_taxons"}
|
|
%a.button.tiny.disabled{"ng-bind" => "taxon.name"}
|
|
|
|
%span.filter-shopfront.property-selectors.pad-top
|
|
%ul.inline-block
|
|
%li{"ng-repeat" => "property in enterprise.supplied_properties"}
|
|
%a.button.tiny.disabled{"ng-bind" => "property.presentation"}
|
|
|
|
.about-container.pad-top
|
|
%img.enterprise-logo{"ng-src" => "{{::enterprise.logo}}", "ng-if" => "::enterprise.logo"}
|
|
%div{"ng-bind-html" => "::enterprise.long_description"}
|
|
.small-12.large-4.columns
|
|
%ng-include{src: "'partials/contact.html'"}
|
|
%ng-include{src: "'partials/follow.html'"}
|