Merge branch 'feature/repository_tab'

This commit is contained in:
Dmitriy Zaporozhets 2011-12-31 13:13:23 +02:00
commit 2c1b06a10f
11 changed files with 153 additions and 0 deletions

View file

@ -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