Files
openfoodnetwork/app/views/spree/order_mailer/_signoff.html.haml
2018-02-07 10:41:52 +11:00

16 lines
346 B
Plaintext

%br
%p.callout
= t :email_confirm_customer_signoff
%br
#{@order.distributor.contact_name}
%br
%br
= @order.distributor.name
%br
= @order.distributor.phone || ""
%br
%a{:href => "mailto:#{@order.distributor.contact.email}", :target => "_blank"}
= @order.distributor.contact.email
%br
= @order.distributor.website || ""