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

10 lines
351 B
Plaintext

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