negos_app/app/views/admin_mailer/customer_post_comment.html.haml
2016-10-18 17:19:45 +02:00

19 lines
348 B
Plaintext
Executable File

%p Bonjour,
-if @comment.customer
%p
Un utilisateur a laissé un commentaire sur le besoin
%strong= @need.title
%p
%strong= @comment.customer.fullname
-elsif @comment.admin
%p
Un administrateur a laissé un commentaire sur le besoin
%strong= @need.title
%p
%strong= @comment.admin.fullname
%p= @comment.content