beagle_app/app/views/admin/t_cats/_t_cat.html.haml
Nicolas Bally 7b6cba2128 initial
2015-01-27 23:13:36 +01:00

12 lines
316 B
Plaintext

%tr#t_cat_row{:id => t_cat.id}
%td=t_cat.name
%td.actions
= link_to i(:"trash-o"), [:admin, t_cat], :data => {:confirm => 'Voulez-vous vraiment supprimer cette catégorie ?'}, :method => :delete, :remote => true
= link_to i(:pencil), edit_admin_t_cat_path(t_cat), :remote => true