repo tab added. activities page for repo

This commit is contained in:
Dmitriy Zaporozhets 2011-12-30 22:56:13 +02:00
parent e33aab0b21
commit 0ae9ac155c
6 changed files with 49 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