maisonarbre_app/app/views/admin/comments/_comment.html.haml
Nicolas Bally 1fa250e0e4 Initial
2011-07-15 12:29:09 +02:00

10 lines
348 B
Plaintext

%tr#comment_row.comment_row{:id => comment.id}
%td=comment.pseudo
%td=comment.content
%td.actions
= link_to i(:trash_stroke, :blue), [:admin, comment], :confirm => 'Voulez-vous vraiment supprimer ce commentaire ?', :method => :delete, :remote => true
= link_to i(:pen_alt_fill, :blue), edit_admin_comment_path(comment), :remote => true