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