negos_app/app/views/public/reseauxes/_reseaux.html.haml
2017-06-06 16:15:40 +02:00

12 lines
310 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)
=link_to i(:envelope), new_public_customer_message_path(:thing_type => "Reseaux", :thing_id => reseaux.id)