2020-06-19 17:08:32 -04:00
|
|
|
= form_errors(integration)
|
2015-04-29 10:52:27 -04:00
|
|
|
|
2016-11-21 17:11:21 -05:00
|
|
|
.service-settings
|
2020-09-17 05:09:32 -04:00
|
|
|
- if @default_integration
|
2020-12-02 19:09:53 -05:00
|
|
|
.js-vue-default-integration-settings{ data: integration_form_data(@default_integration, group: @group) }
|
|
|
|
.js-vue-integration-settings{ data: integration_form_data(integration, group: @group) }
|
2021-02-03 13:09:25 -05:00
|
|
|
.js-integration-help-html.gl-display-none
|
2021-01-21 01:09:03 -05:00
|
|
|
-# All content below will be repositioned in Vue
|
|
|
|
- if lookup_context.template_exists?('help', "projects/services/#{integration.to_param}", true)
|
2021-05-24 02:10:58 -04:00
|
|
|
= render "projects/services/#{integration.to_param}/help", integration: integration
|
2021-01-21 01:09:03 -05:00
|
|
|
- elsif integration.help.present?
|
|
|
|
.info-well
|
|
|
|
.well-segment
|
|
|
|
= markdown integration.help
|