negos_app/app/views/admin/reseauxes/_reseaux.html.haml
2017-05-18 01:21:04 +02:00

13 lines
395 B
Plaintext
Executable File

%tr{:id => reseaux.id}
%td
= reseaux.name
%td
= reseaux.customers.count
%td.actions{:style => "width:150px;text-align:right"}
= link_to i(:"trash-o"), [:admin, reseaux], :data => {:confirm => 'Voulez-vous vraiment supprimer ce reseauxe ?'}, :method => :delete
= link_to i(:pencil), edit_admin_reseaux_path(reseaux)
= link_to i(:eye), admin_reseaux_path(reseaux)