coton_app/app/views/p_customer_mailer/need_commented.html.haml
2018-12-15 14:06:53 +01:00

21 lines
360 B
Plaintext
Executable File

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