feat: Working purchase order table and form.
This commit is contained in:
@@ -8,36 +8,6 @@
|
||||
</div>
|
||||
</header>
|
||||
<section class="content">
|
||||
<div class="container">
|
||||
<nav>
|
||||
<ul class="nav-links">
|
||||
<li>
|
||||
<a hx-get="/users"
|
||||
hx-target="body"
|
||||
hx-push-url="true"
|
||||
>
|
||||
Users
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a hx-get="/employees"
|
||||
hx-target="body"
|
||||
hx-push-url="true"
|
||||
>
|
||||
Employees
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a hx-get="/vendors"
|
||||
hx-target="body"
|
||||
hx-push-url="true"
|
||||
>
|
||||
Vendors
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
#import("homeContent")
|
||||
</section>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user