mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-27 21:06:49 +00:00
12 lines
638 B
Plaintext
12 lines
638 B
Plaintext
%div.contact-container
|
|
%div.modal-centered{"ng-if" => "::enterprise.email_address || enterprise.website || enterprise.phone"}
|
|
%p.modal-header {{'contact' | t}}
|
|
%p{"ng-if" => "::enterprise.phone", "ng-bind" => "::enterprise.phone"}
|
|
|
|
%p{"ng-if" => "::enterprise.email_address"}
|
|
%a{"ng-href" => "{{::enterprise.email_address | stripUrl}}", target: "_blank", mailto: true}
|
|
%span.email{"ng-bind" => "::enterprise.email_address | stripUrl"}
|
|
|
|
%p{"ng-if" => "enterprise.website"}
|
|
%a{"ng-href" => "http://{{::enterprise.website | stripUrl}}", target: "_blank", "ng-bind" => "::enterprise.website | stripUrl"}
|