Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
9edb2228
Commit
9edb2228
authored
Oct 30, 2017
by
Eric Eastwood
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix overlap of right-sidebar and wiki create page form
Fix
https://gitlab.com/gitlab-org/gitlab-ce/issues/39509
parent
a1aa4f00
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
app/helpers/nav_helper.rb
app/helpers/nav_helper.rb
+1
-5
changelogs/unreleased/39509-fix-wiki-create-sidebar-overlap.yml
...logs/unreleased/39509-fix-wiki-create-sidebar-overlap.yml
+5
-0
No files found.
app/helpers/nav_helper.rb
View file @
9edb2228
...
...
@@ -19,11 +19,7 @@ module NavHelper
end
elsif
current_path?
(
'jobs#show'
)
%w[page-gutter build-sidebar right-sidebar-expanded]
elsif
current_path?
(
'wikis#show'
)
||
current_path?
(
'wikis#edit'
)
||
current_path?
(
'wikis#update'
)
||
current_path?
(
'wikis#history'
)
||
current_path?
(
'wikis#git_access'
)
elsif
current_controller?
(
'wikis'
)
&&
current_action?
(
'show'
,
'create'
,
'edit'
,
'update'
,
'history'
,
'git_access'
)
%w[page-gutter wiki-sidebar right-sidebar-expanded]
else
[]
...
...
changelogs/unreleased/39509-fix-wiki-create-sidebar-overlap.yml
0 → 100644
View file @
9edb2228
---
title
:
Fix overlap of right-sidebar and main content when creating a Wiki page
merge_request
:
author
:
type
:
fixed
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