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.
16 lines
569 B
16 lines
569 B
extends master.pug
|
|
|
|
block body
|
|
#root.is-fullscreen
|
|
v-app
|
|
.newpage
|
|
.newpage-content
|
|
img.animated.fadeIn(src='/svg/icon-delete-file.svg', alt='Not Found')
|
|
.headline= t('newpage.title')
|
|
.subheading.mt-3= t('newpage.subtitle')
|
|
v-btn.mt-5(href='/e' + pagePath, large)
|
|
v-icon(left) add
|
|
span= t('newpage.create')
|
|
v-btn.mt-2(color='purple lighten-3', href='javascript:window.history.go(-1);', large, outline)
|
|
v-icon(left) arrow_back
|
|
span= t('newpage.goback')
|