mirror of https://github.com/requarks/wiki
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.
13 lines
452 B
13 lines
452 B
8 years ago
|
.modal#modal-admin-users-delete
|
||
8 years ago
|
.modal-background
|
||
|
.modal-container
|
||
|
.modal-content
|
||
8 years ago
|
header.is-red
|
||
|
span Delete User Account?
|
||
|
p.modal-notify(v-bind:class='{ "is-active": loading }'): i
|
||
8 years ago
|
section
|
||
|
span Are you sure you want to delete this user account? This action cannot be undone!
|
||
|
footer
|
||
|
a.button.is-grey.is-outlined(v-on:click='cancel') Abort
|
||
|
a.button.is-red(v-on:click='deleteUser') Delete
|