Fix current class for hooks tab in admin section

Signed-off-by: Martin Bastien <martin.bastien@studiofrenetic.com>
This commit is contained in:
Martin Bastien 2012-08-15 00:03:13 -04:00
parent 0456dd72e2
commit 6641761e5c
2 changed files with 2 additions and 2 deletions

View file

@ -110,7 +110,7 @@ module ApplicationHelper
when :admin_root; controller.controller_name == "dashboard"
when :admin_users; controller.controller_name == 'users'
when :admin_projects; controller.controller_name == "projects"
when :admin_emails; controller.controller_name == 'mailer'
when :admin_hooks; controller.controller_name == 'hooks'
when :admin_resque; controller.controller_name == 'resque'
when :admin_logs; controller.controller_name == 'logs'