Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
6f59ee4d
You need to sign in or sign up before continuing.
Commit
6f59ee4d
authored
May 26, 2017
by
NGPixel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: source view buttons
parent
a0a19cd7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
source.pug
server/views/pages/source.pug
+7
-7
No files found.
server/views/pages/source.pug
View file @
6f59ee4d
...
...
@@ -6,8 +6,8 @@ block rootNavCenter
block rootNavRight
loading-spinner
span.nav-item
if rights.write
a.button.is-outlined
.btn-move-prompt.is-hidden
if rights.write
&& pageData.meta.path !== 'home'
a.button.is-outlined
(v-on:click='$store.dispatch("modalMovePage/open")')
i.icon-shuffle
span= t('nav.move')
a.button.is-outlined(href='/' + pageData.meta.path)
...
...
@@ -15,10 +15,10 @@ block rootNavRight
span= t('nav.normalview')
if rights.write
a.button.is-orange(href='/edit/' + pageData.meta.path)
i.
fa.fa-edi
t
i.
icon-document-tex
t
span= t('nav.edit')
a.button
.is-blue.btn-create-prompt
i.
fa.fa
-plus
a.button
(v-on:click='$store.dispatch("modalCreatePage/open")')
i.
icon
-plus
span= t('nav.create')
block content
...
...
@@ -27,6 +27,6 @@ block content
.ace-container
#source-display= pageData.markdown
include ../modals/create.pug
include ../modals/move.pug
modal-create-page(basepath=pageData.meta.path)
modal-move-page(current-path=pageData.meta.path)
page-loader(text=t('loading.source'))
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment