blog_eft_app/app/views/admin/comments/_comment.html.haml
2013-09-09 16:15:13 +02:00

12 lines
402 B
Plaintext

%tr#comment_row.comment_row{:id => comment.id}
%td=comment.pseudo
%td=comment.email
%td=comment.website
%td=simple_format comment.comment
%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