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
0
Merge Requests
0
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
Kazuhiko Shiozaki
gitlab-ce
Commits
7fdc2971
Commit
7fdc2971
authored
Feb 24, 2016
by
Alfredo Sumaran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused methods
parent
4d23af75
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
16 deletions
+0
-16
app/helpers/nav_helper.rb
app/helpers/nav_helper.rb
+0
-16
No files found.
app/helpers/nav_helper.rb
View file @
7fdc2971
...
...
@@ -3,20 +3,6 @@ module NavHelper
cookies
[
:collapsed_nav
]
==
'true'
end
def
sidebar_gutter_collapsed_class
if
current_path?
(
'merge_requests#diffs'
)
||
cookies
[
:collapsed_gutter
]
==
'true'
"right-sidebar-collapsed"
else
"right-sidebar-expanded"
end
end
def
sidebar_gutter_collapsed?
current_path?
(
'merge_requests#diffs'
)
||
cookies
[
:collapsed_gutter
]
==
'true'
end
def
nav_sidebar_class
if
nav_menu_collapsed?
"sidebar-collapsed"
...
...
@@ -44,8 +30,6 @@ module NavHelper
else
"page-gutter right-sidebar-expanded"
end
elsif
current_path?
(
'merge_requests#diffs'
)
"page-gutter right-sidebar-collapsed"
end
end
...
...
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