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.

12 lines
452 B

  1. .modal#modal-admin-users-delete
  2. .modal-background
  3. .modal-container
  4. .modal-content
  5. header.is-red
  6. span Delete User Account?
  7. p.modal-notify(v-bind:class='{ "is-active": loading }'): i
  8. section
  9. span Are you sure you want to delete this user account? This action cannot be undone!
  10. footer
  11. a.button.is-grey.is-outlined(v-on:click='cancel') Abort
  12. a.button.is-red(v-on:click='deleteUser') Delete