This commit is contained in:
Nicolas Bally 2017-09-27 09:55:45 +02:00
parent b7dc991c7c
commit 8c67c1dade

View File

@ -62,7 +62,7 @@
-current_customer.reseauxes.where(:parent_id => nil).each do |reseaux| -current_customer.reseauxes.where(:parent_id => nil).each do |reseaux|
%tr %tr
%td %td
=reseaux.name =link_to reseaux.name, public_reseaux_products_path(:reseaux_id => reseaux.id)
=link_to i(:envelope), new_public_customer_message_path(:thing_type => "Reseaux", :thing_id => reseaux.id) =link_to i(:envelope), new_public_customer_message_path(:thing_type => "Reseaux", :thing_id => reseaux.id)
%td %td
-if reseaux.chef_reseau -if reseaux.chef_reseau