summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-10-05 10:51:25 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-10-05 10:51:25 +0200
commitecbe393b8d37f56f86c2695019230f0741d86553 (patch)
treeffb036f337665facdf636f75c2a7351bcbd0fd2d
parentc293cc91522544f5a45fc00b842fc23fa228cdf9 (diff)
downloadgitlab-ce-ci-web-hooks.tar.gz
CI web hooks menu active state and consitent titleci-web-hooks
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--app/views/layouts/nav/_project_settings.html.haml2
-rw-r--r--app/views/projects/ci_web_hooks/index.html.haml2
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.