summaryrefslogtreecommitdiff
path: root/app/views/layouts/admin.html.haml
diff options
context:
space:
mode:
authorMartin Bastien <martin.bastien@studiofrenetic.com>2012-08-15 00:03:13 -0400
committerMartin Bastien <martin.bastien@studiofrenetic.com>2012-08-15 00:03:13 -0400
commit6641761e5cdde2ae7515a97691ecbafb996fdf4c (patch)
tree148cffe17042614408192ff8e2761f55efebdb2c /app/views/layouts/admin.html.haml
parent0456dd72e26aaba6455e851260426d0156ba159a (diff)
downloadgitlab-ce-6641761e5cdde2ae7515a97691ecbafb996fdf4c.tar.gz
Fix current class for hooks tab in admin section
Signed-off-by: Martin Bastien <martin.bastien@studiofrenetic.com>
Diffstat (limited to 'app/views/layouts/admin.html.haml')
-rw-r--r--app/views/layouts/admin.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/admin.html.haml b/app/views/layouts/admin.html.haml
index fa4ec6c938e..6af0f641fc4 100644
--- a/app/views/layouts/admin.html.haml
+++ b/app/views/layouts/admin.html.haml
@@ -14,7 +14,7 @@
= link_to "Users", admin_users_path
%li{class: tab_class(:admin_logs)}
= link_to "Logs", admin_logs_path
- %li{class: tab_class(:admin_emails)}
+ %li{class: tab_class(:admin_hooks)}
= link_to "Hooks", admin_hooks_path
%li{class: tab_class(:admin_resque)}
= link_to "Resque", admin_resque_path