mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
Div is the default element in HAML, so we don't need to specify it. https://haml.info/docs/yardoc/file.REFERENCE.html#implicit-div-elements
6 lines
180 B
Plaintext
6 lines
180 B
Plaintext
- content_for :injection_data do
|
|
= inject_saved_credit_cards
|
|
|
|
.checkout-step{ class: "#{'checkout-summary' if checkout_step?(:summary)}" }
|
|
= render "checkout/#{checkout_step}"
|