ecole_eft_app/app/views/admin/testimonies/_testimony.html.haml
2014-11-29 00:05:57 +01:00

10 lines
352 B
Plaintext

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