maisonarbre_app/app/views/admin/registrants/_registrant.html.haml
Nicolas Bally 1fa250e0e4 Initial
2011-07-15 12:29:09 +02:00

10 lines
366 B
Plaintext

%tr#registrant_row.registrant_row{:id => registrant.id}
%td=registrant.email
%td.actions
= link_to i(:trash_stroke, :blue), [:admin, registrant], :confirm => 'Voulez-vous vraiment supprimer ce dossier, et tout ces articles ?', :method => :delete, :remote => true
= link_to i(:pen_alt_fill, :blue), edit_admin_registrant_path(registrant), :remote => true