From 8c67c1daded53082d87d241df925659a395d12e2 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Wed, 27 Sep 2017 09:55:45 +0200 Subject: [PATCH] suite --- app/views/public/my_account/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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