kaps_app/app/views/p_customer_mailer/need_commented.html.haml
Nicolas Bally d60301e8a7 initial
2019-01-21 01:15:10 +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