5 lines
No EOL
331 B
HTML
5 lines
No EOL
331 B
HTML
<div id="order_confirmation" hx-get="new_order.html" hx-swap="outerHTML">
|
|
<button hx-get="new_order.html" hx-target="#order_confirmation" hx-swap="outerHTML" x-on:click="open = false">Back</button>
|
|
<button hx-get="new_order.html" hx-target="#order_confirmation" hx-swap="outerHTML">New Order</button>
|
|
{{.Status}}
|
|
</div> |