Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_service_settings.html.haml « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 647421a8fbe9f1ddf5a43c4c8f66ee49442ee7d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
= form_errors(integration)

- 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?
  .info-well
    .well-segment
      = markdown integration.help

.service-settings
  - if @default_integration
    .js-vue-default-integration-settings{ data: integration_form_data(@default_integration) }
  .js-vue-integration-settings{ data: integration_form_data(integration) }