mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-07 22:46:06 +00:00
13 lines
505 B
Plaintext
13 lines
505 B
Plaintext
%div.modal-centered{"bo-if" => "enterprise.email || enterprise.website || enterprise.phone"}
|
|
%h5.modal-header Contact
|
|
%p{"ng-if" => "enterprise.phone"}
|
|
{{ enterprise.phone }}
|
|
|
|
%p{"bo-if" => "enterprise.email"}
|
|
%a{"ng-href" => "mailto:{{enterprise.email | stripUrl}}", target: "_blank" }
|
|
{{ enterprise.email | stripUrl }}
|
|
|
|
%p{"ng-if" => "enterprise.website"}
|
|
%a{"ng-href" => "http://{{enterprise.website | stripUrl}}", target: "_blank" }
|
|
{{ enterprise.website | stripUrl }}
|