Files
openfoodnetwork/app/assets/javascripts/templates/partials/contact.html.haml
2014-06-19 12:38:30 +10:00

13 lines
529 B
Plaintext

%div.modal-centered{"bo-if" => "enterprise.email || enterprise.website || enterprise.address.phone"}
%h5.modal-header Contact
%p{"ng-if" => "enterprise.address.phone"}
{{ enterprise.address.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 }}