From ecbe393b8d37f56f86c2695019230f0741d86553 Mon Sep 17 00:00:00 2001
From: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Date: Mon, 5 Oct 2015 10:51:25 +0200
Subject: [PATCH] CI web hooks menu active state and consitent title

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
---
 app/views/layouts/nav/_project_settings.html.haml | 2 +-
 app/views/projects/ci_web_hooks/index.html.haml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/views/layouts/nav/_project_settings.html.haml b/app/views/layouts/nav/_project_settings.html.haml
index abee5e1b3f3..9279a846623 100644
--- a/app/views/layouts/nav/_project_settings.html.haml
+++ b/app/views/layouts/nav/_project_settings.html.haml
@@ -50,7 +50,7 @@
           = icon('retweet fw')
           %span
             Triggers
-      = nav_link path: 'web_hooks#index' do
+      = nav_link path: 'ci_web_hooks#index' do
         = link_to namespace_project_ci_web_hooks_path(@project.namespace, @project) do
           = icon('link fw')
           %span
diff --git a/app/views/projects/ci_web_hooks/index.html.haml b/app/views/projects/ci_web_hooks/index.html.haml
index c3fe4db8149..6aebd7cfc4d 100644
--- a/app/views/projects/ci_web_hooks/index.html.haml
+++ b/app/views/projects/ci_web_hooks/index.html.haml
@@ -1,5 +1,5 @@
 %h3.page-title
-  Web hooks
+  CI Web hooks
 
 %p.light
   Web Hooks can be used for binding events when build completed.
-- 
GitLab