mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-30 21:27:17 +00:00
11 lines
472 B
Plaintext
11 lines
472 B
Plaintext
%div.flex
|
|
%div.columns.three.text-center.checkout-tab{"class": ("selected" if @checkout_step == "details")}
|
|
%span
|
|
= t("split_checkout.your_details")
|
|
%div.columns.three.text-center.checkout-tab{"class": ("selected" if @checkout_step == "payment")}
|
|
%span
|
|
= t("split_checkout.payment_method")
|
|
%div.columns.three.text-center.checkout-tab{"class": ("selected" if @checkout_step == "summary")}
|
|
%span
|
|
= t("split_checkout.order_summary")
|