mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Do not show tabs if the current step if the /guest step
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
%checkout.row#checkout
|
||||
.small-12.medium-12.columns
|
||||
= render partial: "split_checkout/tabs"
|
||||
= render partial: "split_checkout/tabs" unless checkout_step?(:guest)
|
||||
= render partial: "split_checkout/form"
|
||||
|
||||
Reference in New Issue
Block a user