Files
openfoodnetwork/app/views/split_checkout/_tabs.html.haml
Jean-Baptiste Bellet 49f026629c Add tabs for the new split checkout + first step: your details
- Add new split checkout for user with `split_checkout` feature
 - Add the first step: Your details
 - with 3 parts : Your details, Billing address and Delivery address
2021-07-26 15:47:36 +02:00

11 lines
319 B
Plaintext

%div.flex
%div.columns.three.text-center.checkout-tab.selected
%span
= t("split_checkout.your_details")
%div.columns.three.text-center.checkout-tab
%span
= t("split_checkout.payment_method")
%div.columns.three.text-center.checkout-tab
%span
= t("split_checkout.order_summary")