You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
571 B
11 lines
571 B
button(type="button", uk-close).uk-modal-close-default
|
|
form(method="POST", action=`/chat/room/${room._id}/invite`, style="background: none;").uk-form
|
|
.uk-card.uk-card-secondary.uk-card-small
|
|
.uk-card-header
|
|
h1.uk-card-title Invite New Member
|
|
.uk-card-body
|
|
label(for="username").uk-form-label Username
|
|
input(id="username", name="username", type="text", placeholder="Enter username").uk-input
|
|
.uk-card-footer.uk-flex.uk-flex-right
|
|
.uk-width-auto
|
|
button(type="submit").uk-button.uk-button-primary.uk-border-rounded Invite Member
|