summaryrefslogtreecommitdiff
path: root/app/views/shared/_service_settings.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/_service_settings.html.haml')
-rw-r--r--app/views/shared/_service_settings.html.haml14
1 files changed, 0 insertions, 14 deletions
diff --git a/app/views/shared/_service_settings.html.haml b/app/views/shared/_service_settings.html.haml
deleted file mode 100644
index adacaeadfab..00000000000
--- a/app/views/shared/_service_settings.html.haml
+++ /dev/null
@@ -1,14 +0,0 @@
-= form_errors(integration)
-
-.service-settings
- - if @default_integration
- .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) }
- .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