|
|
@ -1,6 +1,8 @@ |
|
|
|
extends ../layouts/main |
|
|
|
block content |
|
|
|
|
|
|
|
include ../../components/pagination-bar |
|
|
|
|
|
|
|
.uk-margin |
|
|
|
form(method="GET", action="/admin/user").uk-form |
|
|
|
div(uk-grid).uk-grid-collapse |
|
|
@ -27,4 +29,7 @@ block content |
|
|
|
else |
|
|
|
.uk-text-muted N/A |
|
|
|
td= moment(userAccount.created).format('YYYY-MM-DD hh:mm a') |
|
|
|
td= userAccount._id |
|
|
|
td= userAccount._id |
|
|
|
|
|
|
|
.uk-margin |
|
|
|
+renderPaginationBar("/admin/user", totalUserCount) |