10 lines
348 B
Plaintext
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
|