summaryrefslogtreecommitdiff
path: root/app/views/projects/services/alerts/_help.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/services/alerts/_help.html.haml')
-rw-r--r--app/views/projects/services/alerts/_help.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/projects/services/alerts/_help.html.haml b/app/views/projects/services/alerts/_help.html.haml
new file mode 100644
index 00000000000..be910203125
--- /dev/null
+++ b/app/views/projects/services/alerts/_help.html.haml
@@ -0,0 +1,3 @@
+.js-alerts-service-settings{ data: { activated: @service.activated?.to_s,
+ form_path: project_service_path(@project, @service.to_param),
+ authorization_key: @service.token, url: @service.url, learn_more_url: 'https://docs.gitlab.com/ee/user/project/integrations/generic_alerts.html' } }