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

10 lines
351 B
Plaintext

%tr#testimony_row.testimony_row.row{:id => testimony.id}
%td=testimony.author
%td=testimony.quote
%td{:style => "width:70px;"}
= link_to i(:trash), [:admin, testimony], :confirm => 'Voulez-vous vraiment supprimer cette testimony ?', :method => :delete, :remote => true
= link_to i(:pencil), edit_admin_testimony_path(testimony)