coton_app/app/views/public/my_account/index.html.haml
2018-12-15 14:06:53 +01:00

16 lines
296 B
Plaintext
Executable File

.qi_header
%h1
=link_to ic(:user)+" Mon compte", public_my_account_path
%span
Mes commandes
.qi_row
.qi_pannel.qi_plain.padding
%p
=current_p_customer.email
%br
%p
=link_to "Commander des produits", public_p_products_path, :class => "btn btn-primary"