10 lines
343 B
Plaintext
10 lines
343 B
Plaintext
%tr#registrant_row.registrant_row{:id => registrant.id}
|
|
|
|
%td=registrant.email
|
|
|
|
|
|
%td.actions
|
|
= link_to i(:"trash-o"), [:admin, registrant], :confirm => 'Voulez-vous vraiment supprimer ce dossier, et tout ces articles ?', :method => :delete, :remote => true
|
|
|
|
= link_to i(:pencil), edit_admin_registrant_path(registrant), :remote => true
|