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.

34 lines
846 B

  1. extends ../layout.pug
  2. block rootNavCenter
  3. h2.nav-item Create New Document
  4. block rootNavRight
  5. i.nav-item#notifload
  6. span.nav-item
  7. a.button.is-warning.btn-create-discard
  8. span.icon
  9. i.fa.fa-times
  10. span Discard
  11. a.button.is-success.btn-create-save
  12. span.icon
  13. i.fa.fa-check
  14. span Save Document
  15. block content
  16. #page-type-create(data-entrypath=pageData.meta.path)
  17. textarea#mk-editor= pageData.markdown
  18. .modal#modal-create-discard
  19. .modal-background
  20. .modal-container
  21. .modal-content
  22. .card.is-fullwidth
  23. header.card-header.is-warning
  24. p.card-header-title Discard?
  25. .card-content
  26. .content
  27. | Are you sure you want to leave this page and loose anything you wrote so far?
  28. footer.card-footer
  29. a.card-footer-item.btn-create-discard Stay on page
  30. a.card-footer-item(href='/') Discard