Create mode + Source view + UI enhancements

This commit is contained in:
NGPixel
2016-08-29 22:19:47 -04:00
parent 0f06ab6dc8
commit 16f300f0d5
27 changed files with 437 additions and 84 deletions

View File

@@ -4,7 +4,7 @@ footer.footer
p
= t('footer.poweredby') + ' '
a(href='https://github.com/Requarks/wiki') Requarks Wiki
| .
p
a.icon(href='https://github.com/Requarks/wiki')
i.fa.fa-github
p
a.icon(href='https://github.com/Requarks/wiki')
i.fa.fa-github

View File

@@ -1,5 +1,5 @@
nav.nav.has-shadow.stickyscroll
nav.nav.has-shadow.stickyscroll#header
.nav-left
block rootNavLeft
a.nav-item.is-brand(href='/')
@@ -17,16 +17,16 @@ nav.nav.has-shadow.stickyscroll
.nav-right.nav-menu
block rootNavRight
i.nav-item#notifload
a.nav-item(href='#')
a.nav-item(href='/history/' + pageData.meta.path)
| History
a.nav-item(href='#')
a.nav-item(href='/source/' + pageData.meta.path)
| Source
span.nav-item
a.button
a.button(href='/edit/' + pageData.meta.path)
span.icon
i.fa.fa-edit
span Edit
a.button.is-primary(href='#', onclick='$(".modal").addClass("is-active");')
a.button.is-primary.btn-create-prompt
span.icon
i.fa.fa-plus
span Create