Edit save + git commit + push sync

This commit is contained in:
NGPixel
2016-08-29 01:21:35 -04:00
parent 8fbce25f5d
commit 0f06ab6dc8
9 changed files with 170 additions and 34 deletions

View File

@@ -21,7 +21,7 @@ block rootNavRight
block content
#page-type-edit
#page-type-edit(data-entrypath=pageData.meta.path)
section.section.is-small
textarea#mk-editor= pageData.markdown

View File

@@ -26,7 +26,7 @@ block rootNavRight
block content
#page-type-view
#page-type-view(data-entrypath=pageData.meta.path)
section.section
.container.is-fluid
.columns
@@ -70,9 +70,9 @@ block content
p.card-header-title Create New Page
.card-content
.content
label.label Enter the full path:
label.label Enter the new document name:
p.control
input.input(type='text', placeholder='/path', value='/storage/new-page')
input.input(type='text', placeholder='page-name')
footer.card-footer
a.card-footer-item(onclick='$(".modal").removeClass("is-active");') Discard
a.card-footer-item.featured Create