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.

39 lines
905 B

  1. extends ../layout
  2. block rootNavCenter
  3. h2.nav-item= pageData.meta.title
  4. block rootNavRight
  5. i.nav-item#notifload
  6. a.nav-item(href='#')
  7. | History
  8. a.nav-item(href='#')
  9. | Source
  10. span.nav-item
  11. a.button.is-warning.btn-edit-discard
  12. span.icon
  13. i.fa.fa-times
  14. span Discard
  15. a.button.is-success.btn-edit-save
  16. span.icon
  17. i.fa.fa-check
  18. span Save Changes
  19. block content
  20. #page-type-edit
  21. section.section.is-small
  22. textarea#mk-editor= pageData.markdown
  23. .modal#modal-edit-discard
  24. .modal-background
  25. .modal-container
  26. .modal-content
  27. .card.is-fullwidth
  28. header.card-header.is-warning
  29. p.card-header-title Discard?
  30. .card-content
  31. .content
  32. | Are you sure you want to leave this page and loose any modifications?
  33. footer.card-footer
  34. a.card-footer-item.btn-edit-discard Stay on page
  35. a.card-footer-item(href='/' + pageData.meta.path) Discard