File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ def tab_class(tab_key)
110
110
when :admin_root ; controller . controller_name == "dashboard"
111
111
when :admin_users ; controller . controller_name == 'users'
112
112
when :admin_projects ; controller . controller_name == "projects"
113
- when :admin_emails ; controller . controller_name == 'mailer '
113
+ when :admin_hooks ; controller . controller_name == 'hooks '
114
114
when :admin_resque ; controller . controller_name == 'resque'
115
115
when :admin_logs ; controller . controller_name == 'logs'
116
116
Original file line number Diff line number Diff line change 14
14
= link_to " Users" , admin_users_path
15
15
%li {class: tab_class(:admin_logs)}
16
16
= link_to " Logs" , admin_logs_path
17
- %li {class: tab_class(:admin_emails )}
17
+ %li {class: tab_class(:admin_hooks )}
18
18
= link_to " Hooks" , admin_hooks_path
19
19
%li {class: tab_class(:admin_resque)}
20
20
= link_to " Resque" , admin_resque_path
You can’t perform that action at this time.
0 commit comments