2017-01-06 04:19:29 +00:00
|
|
|
.modal#modal-admin-users-delete
|
2017-02-10 02:35:37 +00:00
|
|
|
.modal-background
|
|
|
|
.modal-container
|
|
|
|
.modal-content
|
2017-02-10 18:13:40 +00:00
|
|
|
header.is-red
|
|
|
|
span Delete User Account?
|
|
|
|
p.modal-notify(v-bind:class='{ "is-active": loading }'): i
|
2017-02-10 02:35:37 +00:00
|
|
|
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
|