2020-07-28 23:09:34 +05:30
|
|
|
= form_errors(integration)
|
2015-09-11 14:41:01 +05:30
|
|
|
|
2020-07-28 23:09:34 +05:30
|
|
|
- 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-11-08 19:23:39 +05:30
|
|
|
.info-well
|
|
|
|
.well-segment
|
2020-07-28 23:09:34 +05:30
|
|
|
= markdown integration.help
|
2017-08-17 22:00:37 +05:30
|
|
|
|
|
|
|
.service-settings
|
2020-07-28 23:09:34 +05:30
|
|
|
- if @admin_integration
|
|
|
|
.js-vue-admin-integration-settings{ data: integration_form_data(@admin_integration) }
|
|
|
|
.js-vue-integration-settings{ data: integration_form_data(integration) }
|