12 lines
402 B
Plaintext
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
|