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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
765 B
Text
Raw Normal View History

2020-07-28 23:09:34 +05:30
= form_errors(integration)
2015-09-11 14:41:01 +05:30
2022-03-02 08:16:31 +05:30
%div{ data: { testid: "integration-settings-form" } }
2020-11-24 15:15:51 +05:30
- if @default_integration
2022-01-26 12:08:38 +05:30
.js-vue-default-integration-settings{ data: integration_form_data(@default_integration, group: @group, project: @project) }
.js-vue-integration-settings{ data: integration_form_data(integration, group: @group, project: @project) }
2021-03-11 19:13:27 +05:30
.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)
2021-09-04 01:27:46 +05:30
= render "projects/services/#{integration.to_param}/help", integration: integration
2021-03-11 19:13:27 +05:30
- elsif integration.help.present?
.info-well
.well-segment
= markdown integration.help