12 lines
310 B
Plaintext
Executable File
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)
|