mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-20 00:37:26 +00:00
4 lines
177 B
Plaintext
4 lines
177 B
Plaintext
= turbo_stream.replace "flashes" do
|
|
= render(partial: 'shared/flashes', locals: { flashes: flash })
|
|
= turbo_stream.replace "checkout" do
|
|
= render(partial: 'checkout/checkout') |