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

11 lines
199 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(:eye), public_reseaux_path(reseaux)