feat: Begins vendor views, working form, and table. Styles need some updates.
This commit is contained in:
@@ -31,12 +31,21 @@
|
||||
Employees
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a hx-get="/vendors?branches=true"
|
||||
hx-target="body"
|
||||
hx-push-url="true"
|
||||
>
|
||||
Vendors
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<div id="home-content" class="container">
|
||||
<p>We're in!</p>
|
||||
</div>
|
||||
#import("homeContent")
|
||||
<!-- <div id="home-content" class="container"> -->
|
||||
<!-- <p>We're in!</p> -->
|
||||
<!-- </div> -->
|
||||
</section>
|
||||
</div>
|
||||
#endexport
|
||||
|
||||
Reference in New Issue
Block a user