2022-08-18 17:12:09 -04:00
|
|
|
= form_errors(integration)
|
2015-04-29 10:52:27 -04:00
|
|
|
|
2022-01-19 13:14:01 -05:00
|
|
|
%div{ data: { testid: "integration-settings-form" } }
|
2020-09-17 05:09:32 -04:00
|
|
|
- if @default_integration
|
2021-12-06 16:10:14 -05:00
|
|
|
.js-vue-default-integration-settings{ data: integration_form_data(@default_integration, group: @group, project: @project) }
|
|
|
|
.js-vue-integration-settings{ data: integration_form_data(integration, group: @group, project: @project) }
|
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
|
2022-05-13 08:08:49 -04:00
|
|
|
- if lookup_context.template_exists?('help', "shared/integrations/#{integration.to_param}", true)
|
|
|
|
= render "shared/integrations/#{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
|