25 lines
505 B
Plaintext
25 lines
505 B
Plaintext
.qi_header
|
|
%h1
|
|
=link_to ic(:user)+" Mon compte", public_my_account_path
|
|
|
|
|
|
%br
|
|
%br
|
|
%br
|
|
%center
|
|
%h1{:style => "text-transform:none;"} Mes accès
|
|
%p
|
|
|
|
.reseauxes_home_container
|
|
.padding
|
|
|
|
.reseauxes_home
|
|
|
|
|
|
-current_p_customer.p_customers.each do |p_customer|
|
|
|
|
=link_to public_my_account_path(:p_customer_auth_id => p_customer.id), :class => "reseauxes" do
|
|
.arrow
|
|
=ic :"angle-right"
|
|
=p_customer.show_name
|
|
|