negos_app/app/views/customer_mailer/notify_ins.html.haml
2016-02-16 21:09:48 +01:00

11 lines
205 B
Plaintext
Executable File

%p Bonjour,
%p Vous avez un nouveau client sur Negos :
%p
=@customer.organisation
%p
=@customer.name
=@customer.firstname
%p
Plus d'infos :
=link_to "détail", edit_admin_customer_url(@customer)