mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-14 23:47:48 +00:00
11 lines
511 B
Plaintext
11 lines
511 B
Plaintext
%div.flex
|
|
%div.columns.three.text-center.checkout-tab{"class": ("selected" if current_page?(checkout_your_details_path))}
|
|
%span
|
|
= t("split_checkout.your_details")
|
|
%div.columns.three.text-center.checkout-tab{"class": ("selected" if current_page?(checkout_payment_method_path))}
|
|
%span
|
|
= t("split_checkout.payment_method")
|
|
%div.columns.three.text-center.checkout-tab{"class": ("selected" if current_page?(checkout_summary_path))}
|
|
%span
|
|
= t("split_checkout.order_summary")
|