2020-06-19 17:08:32 -04:00
|
|
|
= form_errors(integration)
|
2015-04-29 10:52:27 -04:00
|
|
|
|
2020-06-19 17:08:32 -04:00
|
|
|
- if lookup_context.template_exists?('help', "projects/services/#{integration.to_param}", true)
|
|
|
|
= render "projects/services/#{integration.to_param}/help", subject: integration
|
|
|
|
- elsif integration.help.present?
|
2018-06-07 15:39:30 -04:00
|
|
|
.info-well
|
|
|
|
.well-segment
|
2020-06-19 17:08:32 -04:00
|
|
|
= markdown integration.help
|
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
|
|
|
|
.js-vue-default-integration-settings{ data: integration_form_data(@default_integration) }
|
2020-06-19 17:08:32 -04:00
|
|
|
.js-vue-integration-settings{ data: integration_form_data(integration) }
|