hooks scaffold

This commit is contained in:
Dmitriy Zaporozhets 2012-01-04 02:07:56 +02:00
parent 495deea7eb
commit 2d3b6375f3
8 changed files with 40 additions and 7 deletions

View file

@ -35,7 +35,8 @@ module ProjectsHelper
end
def repository_tab_class
if controller.controller_name == "repositories"
if controller.controller_name == "repositories" ||
controller.controller_name == "hooks"
"current"
end
end