13 lines
395 B
Plaintext
Executable File
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)
|