diff --git a/app/views/public/my_account/index.html.haml b/app/views/public/my_account/index.html.haml index b7d29d2..536dfda 100755 --- a/app/views/public/my_account/index.html.haml +++ b/app/views/public/my_account/index.html.haml @@ -62,7 +62,7 @@ -current_customer.reseauxes.where(:parent_id => nil).each do |reseaux| %tr %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) %td -if reseaux.chef_reseau