mirror of https://github.com/Requarks/wiki.git
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.
17 lines
523 B
17 lines
523 B
|
|
.modal#modal-create-prompt
|
|
.modal-background
|
|
.modal-container
|
|
.modal-content
|
|
.card.is-fullwidth
|
|
header.card-header
|
|
p.card-header-title Create New Page
|
|
.card-content
|
|
.content
|
|
label.label Enter the new document path:
|
|
p.control
|
|
input.input(type='text', placeholder='page-name')#txt-create-prompt
|
|
span.help.is-danger.is-hidden This document path is invalid!
|
|
footer.card-footer
|
|
a.card-footer-item.btn-create-prompt Discard
|
|
a.card-footer-item.btn-create-go Create
|