move.pug 598 B

123456789101112131415
  1. .modal#modal-move-prompt
  2. .modal-background
  3. .modal-container
  4. .modal-content
  5. header.is-indigo Move document
  6. section
  7. label.label Enter the new document path:
  8. p.control.is-fullwidth
  9. input.input(type='text', placeholder='page-name')#txt-move-prompt
  10. span.help.is-red.is-hidden This document path is invalid or not allowed!
  11. span.note Note that moving or renaming documents can lead to broken links. Make sure to edit any page that links to this document afterwards!
  12. footer
  13. a.button.is-grey.is-outlined.btn-move-prompt Discard
  14. a.button.is-indigo.btn-move-go Move