Updated readme, Roles in progress

This commit is contained in:
Dmitriy Zaporozhets 2012-02-15 23:51:04 +02:00
parent 37224dc9c1
commit dac7c44ab3
15 changed files with 165 additions and 67 deletions

View file

@ -34,7 +34,9 @@ module ProjectsHelper
def repository_tab_class
if controller.controller_name == "repositories" ||
controller.controller_name == "hooks"
controller.controller_name == "hooks" ||
controller.controller_name == "protected_branches" ||
controller.controller_name == "deploy_keys"
"current"
end
end