|
|
@ -3,13 +3,13 @@ block content |
|
|
|
|
|
|
|
div(uk-grid).uk-grid-small |
|
|
|
div(class="uk-width-1-1 uk-width-2-3@l") |
|
|
|
.uk-card.uk-card-secondary.uk-card-small |
|
|
|
.uk-card-header |
|
|
|
.uk-text-large= userAccount.displayName || userAccount.email |
|
|
|
div= userAccount.username |
|
|
|
form(method="POST", action=`/admin/user/${userAccount._id}`).uk-form |
|
|
|
.uk-card.uk-card-secondary.uk-card-small |
|
|
|
.uk-card-header |
|
|
|
.uk-text-large= userAccount.displayName || userAccount.email |
|
|
|
div= userAccount.username |
|
|
|
|
|
|
|
.uk-card-body |
|
|
|
form(method="POST", action=`/admin/user/${userAccount._id}`).uk-form |
|
|
|
.uk-card-body |
|
|
|
input(type="hidden", name="username", value= userAccount.username) |
|
|
|
input(type="hidden", name="displayName", value= userAccount.displayName) |
|
|
|
.uk-margin |
|
|
@ -44,8 +44,8 @@ block content |
|
|
|
label |
|
|
|
input(id="can-create-links", name="canCreateLinks", type="checkbox", checked= userAccount.permissions.canCreateLinks) |
|
|
|
| Can Create Links |
|
|
|
.uk-card-footer |
|
|
|
button(type="submit").uk-button.uk-button-primary Update User |
|
|
|
.uk-card-footer |
|
|
|
button(type="submit").uk-button.uk-button-primary Update User |
|
|
|
|
|
|
|
div(class="uk-width-1-1 uk-width-1-3@l") |
|
|
|
|
|
|
|