Files
openfoodnetwork/app/views/split_checkout/_tabs.html.haml
2021-08-03 11:24:03 +02:00

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")