summaryrefslogtreecommitdiff
path: root/app/views/projects/services/alerts/_help.html.haml
blob: 318d46e962a8f97390341c947a374e4afce6399b (plain)
1
2
3
4
5
6
7
.js-alerts-service-settings{ data: { activated: @service.activated?.to_s,
  form_path: scoped_integration_path(@service),
  authorization_key: @service.token,
  url: @service.url || _('<namespace / project>'),
  disabled: 'true',
  alerts_setup_url: help_page_path('user/project/integrations/generic_alerts.md', anchor: 'setting-up-generic-alerts'),
  alerts_usage_url: help_page_path('user/project/operations/alert_management.md') } }