Files
openfoodnetwork/app/views/split_checkout/_tabs.html.haml
2021-07-26 15:47:36 +02:00

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