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