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
Jérome Perrin
gitlab-ce
Commits
fb4b571f
Commit
fb4b571f
authored
Jun 03, 2012
by
Andrey Vakarev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up tab_helper.rb code
parent
cbea0af2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
10 deletions
+4
-10
app/helpers/tab_helper.rb
app/helpers/tab_helper.rb
+4
-10
No files found.
app/helpers/tab_helper.rb
View file @
fb4b571f
...
@@ -12,23 +12,17 @@ module TabHelper
...
@@ -12,23 +12,17 @@ module TabHelper
return
"current"
if
current_page?
(
:controller
=>
"projects"
,
:action
=>
action
,
:id
=>
@project
)
return
"current"
if
current_page?
(
:controller
=>
"projects"
,
:action
=>
action
,
:id
=>
@project
)
end
end
if
controller
.
controller_name
==
"snippets"
||
if
[
'snippets'
,
'hooks'
,
'deploy_keys'
,
'team_members'
].
include?
controller
.
controller_name
controller
.
controller_name
==
"hooks"
||
controller
.
controller_name
==
"deploy_keys"
||
controller
.
controller_name
==
"team_members"
"current"
"current"
end
end
end
end
def
tree_tab_class
def
tree_tab_class
controller
.
controller_name
==
"refs"
?
controller
.
controller_name
==
"refs"
?
"current"
:
nil
"current"
:
nil
end
end
def
commit_tab_class
def
commit_tab_class
if
controller
.
controller_name
==
"commits"
||
if
[
'commits'
,
'repositories'
,
'protected_branches'
].
include?
controller
.
controller_name
controller
.
controller_name
==
"repositories"
||
controller
.
controller_name
==
"protected_branches"
"current"
"current"
end
end
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