Merge branch 'feature/repository_tab'
This commit is contained in:
commit
2c1b06a10f
11 changed files with 153 additions and 0 deletions
|
@ -33,4 +33,10 @@ module ProjectsHelper
|
|||
:project_id => @project,
|
||||
:id => @ref || @project.root_ref ) ? "current" : nil
|
||||
end
|
||||
|
||||
def repository_tab_class
|
||||
if controller.controller_name == "repositories"
|
||||
"current"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue