negos_app/app/views/admin/messages/index.html.haml
2016-02-16 21:09:48 +01:00

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