dropdown
This commit is contained in:
parent
1517b2eaf4
commit
2fde5056a0
6 changed files with 36 additions and 5 deletions
|
|
@ -1,5 +1,6 @@
|
|||
<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>
|
||||
<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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue