20 lines
547 B
Plaintext
20 lines
547 B
Plaintext
|
|
#boutique_menu
|
|
=link_to cart_public_p_orders_path, :class => ("active" if @boutique_step and @boutique_step == 1) do
|
|
.step
|
|
1
|
|
.desc
|
|
=qit('my-basket')
|
|
|
|
|
|
=link_to particulars_public_p_orders_path, :class => ("active" if @boutique_step and @boutique_step == 3) do
|
|
.step
|
|
2
|
|
.desc
|
|
Livraison
|
|
=link_to (@boutique_step > 3 ? recap_public_p_orders_path : particulars_public_p_orders_path), :class => ("active" if @boutique_step and @boutique_step == 4) do
|
|
.step
|
|
3
|
|
.desc
|
|
Récap & validation
|