admin-deleteuser.pug 352 B

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