8 lines
204 B
Plaintext
Executable File
8 lines
204 B
Plaintext
Executable File
%h1= "Commentaires du besoin #{@need.title}"
|
|
|
|
%h4= " #{pluralize(@need.messages.count, 'Commentaire')} pour ce besoin"
|
|
|
|
=render collection: @comments, partial: 'message'
|
|
|
|
.pagination= paginate @comments
|