12 lines
316 B
Plaintext
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
|
|
|
|
|
|
|
|
|