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
a694d262
Commit
a694d262
authored
Feb 07, 2020
by
NGPixel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: hide new nav for 2.1
parent
e68932aa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
nav-sidebar.vue
client/themes/default/components/nav-sidebar.vue
+7
-7
No files found.
client/themes/default/components/nav-sidebar.vue
View file @
a694d262
<
template
lang=
"pug"
>
div
.blue.darken-3.pa-3.d-flex
v-btn(depressed, color='blue darken-2', style='min-width:0;', href='/')
v-icon(size='20') mdi-home
v-btn.ml-3(depressed, color='blue darken-2', style='flex: 1 1 100%;')
v-icon(left) mdi-file-tree
.body-2.text-none Browse
v-divider
//-
.blue.darken-3.pa-3.d-flex
//-
v-btn(depressed, color='blue darken-2', style='min-width:0;', href='/')
//-
v-icon(size='20') mdi-home
//-
v-btn.ml-3(depressed, color='blue darken-2', style='flex: 1 1 100%;')
//-
v-icon(left) mdi-file-tree
//-
.body-2.text-none Browse
//-
v-divider
v-list.py-2(dense, :class='color', :dark='dark')
template(v-for='item of items')
v-list-item(
...
...
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