Updated readme, Roles in progress
This commit is contained in:
parent
37224dc9c1
commit
dac7c44ab3
15 changed files with 165 additions and 67 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue