From 9bbb063f5a362f7e35b9d599bf6c72719a0a0fe7 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Thu, 10 Jan 2019 17:06:55 -0800 Subject: Remove Webhooks from import/export help We dropped Webhooks from import/export in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24121, but the online help still shows it's there. --- app/views/projects/_export.html.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/views/projects/_export.html.haml') diff --git a/app/views/projects/_export.html.haml b/app/views/projects/_export.html.haml index aa980da7e95..91deffe07c1 100644 --- a/app/views/projects/_export.html.haml +++ b/app/views/projects/_export.html.haml @@ -19,7 +19,7 @@ %ul %li Project and wiki repositories %li Project uploads - %li Project configuration including web hooks and services + %li Project configuration, including services %li Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities %li LFS objects %p @@ -28,6 +28,7 @@ %li Job traces and artifacts %li Container registry images %li CI variables + %li Webhooks %li Any encrypted tokens %p Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page. -- cgit v1.2.3