19 lines
348 B
Plaintext
Executable File
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
|