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: c70fce7a38f0b687d4bdcc7fdfbc4d2e4787daba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
= form_errors(integration)

.service-settings
  - if @default_integration
    .js-vue-default-integration-settings{ data: integration_form_data(@default_integration, group: @group) }
  .js-vue-integration-settings{ data: integration_form_data(integration, group: @group) }
    .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)
        = render "projects/services/#{integration.to_param}/help", integration: integration
      - elsif integration.help.present?
        .info-well
          .well-segment
            = markdown integration.help