forked from goffee/cup
sample users admin
This commit is contained in:
parent
19c24593fe
commit
0f520e67af
9 changed files with 488 additions and 3 deletions
18
storage/templates/admin_userlist.html
Normal file
18
storage/templates/admin_userlist.html
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
{{template "page_head" "Goffee"}}
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="d-flex justify-content-between mb-2">
|
||||
<h2>Users</h2>
|
||||
<div class=" align-self-end ">
|
||||
{{template "content_href" .AddButton}}
|
||||
</div>
|
||||
</div>
|
||||
<div class="section table-container">
|
||||
{{template "content_table" .TableUsers}}
|
||||
</div>
|
||||
</div>
|
||||
{{template "page_footer"}}
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue