admin-deleteuser.pug 452 B

123456789101112
  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