summaryrefslogtreecommitdiff
path: root/app/views/layouts/nav/_project_settings.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-10-05 10:47:23 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-10-05 10:47:23 +0200
commitc293cc91522544f5a45fc00b842fc23fa228cdf9 (patch)
tree2ed47ab1619d0e57905090b3408025fe66a16b2e /app/views/layouts/nav/_project_settings.html.haml
parent0de7c83a78711601b40b5a739070da2e3af29b11 (diff)
downloadgitlab-ce-c293cc91522544f5a45fc00b842fc23fa228cdf9.tar.gz
Move CI web hooks page to project settings area
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/layouts/nav/_project_settings.html.haml')
-rw-r--r--app/views/layouts/nav/_project_settings.html.haml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/layouts/nav/_project_settings.html.haml b/app/views/layouts/nav/_project_settings.html.haml
index 26cccb48f68..abee5e1b3f3 100644
--- a/app/views/layouts/nav/_project_settings.html.haml
+++ b/app/views/layouts/nav/_project_settings.html.haml
@@ -50,6 +50,11 @@
= icon('retweet fw')
%span
Triggers
+ = nav_link path: 'web_hooks#index' do
+ = link_to namespace_project_ci_web_hooks_path(@project.namespace, @project) do
+ = icon('link fw')
+ %span
+ CI Web Hooks
= nav_link path: 'ci_settings#edit' do
= link_to edit_namespace_project_ci_settings_path(@project.namespace, @project) do
= icon('building fw')