debian-mirror-gitlab/app/views/shared/_service_settings.html.haml

14 lines
521 B
Plaintext
Raw Normal View History

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-11-24 15:15:51 +05:30
- if @default_integration
.js-vue-default-integration-settings{ data: integration_form_data(@default_integration) }
2020-07-28 23:09:34 +05:30
.js-vue-integration-settings{ data: integration_form_data(integration) }