2020-07-28 23:09:34 +05:30
|
|
|
= form_errors(integration)
|
2015-09-11 14:41:01 +05:30
|
|
|
|
2017-08-17 22:00:37 +05:30
|
|
|
.service-settings
|
2020-11-24 15:15:51 +05:30
|
|
|
- if @default_integration
|
2021-02-22 17:27:13 +05:30
|
|
|
.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-03-11 19:13:27 +05:30
|
|
|
.js-integration-help-html.gl-display-none
|
|
|
|
-# All content below will be repositioned in Vue
|
|
|
|
- if lookup_context.template_exists?('help', "projects/services/#{integration.to_param}", true)
|
2021-09-04 01:27:46 +05:30
|
|
|
= render "projects/services/#{integration.to_param}/help", integration: integration
|
2021-03-11 19:13:27 +05:30
|
|
|
- elsif integration.help.present?
|
|
|
|
.info-well
|
|
|
|
.well-segment
|
|
|
|
= markdown integration.help
|