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
3bf1d9cf
Unverified
Commit
3bf1d9cf
authored
Jun 03, 2023
by
Nicolas Giard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: disable template compilation in source view
parent
55bd9944
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
source.vue
client/components/source.vue
+1
-2
source.pug
server/views/source.pug
+2
-1
No files found.
client/components/source.vue
View file @
3bf1d9cf
...
@@ -20,8 +20,7 @@
...
@@ -20,8 +20,7 @@
v
-
card
.
grey
.
radius
-
7
(
flat
,
:
class
=
'$vuetify.theme.dark ? `darken-4` : `lighten-4`'
)
v
-
card
.
grey
.
radius
-
7
(
flat
,
:
class
=
'$vuetify.theme.dark ? `darken-4` : `lighten-4`'
)
v
-
card
-
text
v
-
card
-
text
pre
pre
code
slot
slot
nav
-
footer
nav
-
footer
notify
notify
...
...
server/views/source.pug
View file @
3bf1d9cf
...
@@ -11,4 +11,5 @@ block body
...
@@ -11,4 +11,5 @@ block body
:version-id=page.versionId
:version-id=page.versionId
version-date=page.versionDate
version-date=page.versionDate
effective-permissions=Buffer.from(JSON.stringify(effectivePermissions)).toString('base64')
effective-permissions=Buffer.from(JSON.stringify(effectivePermissions)).toString('base64')
)= page.content
)
code(v-pre)= page.content
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