feat: Moves employee views to their own controller, updates css, and employee table view.
This commit is contained in:
@@ -1,19 +1,9 @@
|
||||
<div id="home-content" class="container">
|
||||
<div class="container">
|
||||
<h1>Users</h1>
|
||||
<br>
|
||||
<p>Users are people that can login and generate puchase orders for employees.</p>
|
||||
<br>
|
||||
</div>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Username</th>
|
||||
<th>Email</th>
|
||||
</tr>
|
||||
#for(user in users):
|
||||
<tr>
|
||||
<td>#(user.username)</td>
|
||||
<td>#(user.email)</td>
|
||||
</tr>
|
||||
#endfor
|
||||
</table>
|
||||
#extend("user-table")
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user