Commit c41c5383 authored by Tom Quirk's avatar Tom Quirk

Move integration title out of grid layout

parent e6a0de14
- if lookup_context.template_exists?('top', "projects/services/#{@service.to_param}", true)
= render "projects/services/#{@service.to_param}/top"
.row.gl-mt-3.gl-mb-3
.col-lg-4
%h3.page-title.gl-mt-0
= @service.title
- if @service.operating?
= sprite_icon('check', css_class: 'gl-text-green-500')
%h3.page-title.gl-mt-3
= @service.title
- if @service.operating?
= sprite_icon('check', css_class: 'gl-text-green-500')
.row.gl-mb-3
.col-lg-4
- if @service.respond_to?(:detailed_description)
%p= @service.detailed_description
.col-lg-8
......
- integration = local_assigns.fetch(:integration)
.row.gl-mt-3
.col-lg-4
%h3.page-title.gl-mt-0
= integration.title
%h3.page-title.gl-mt-3
= integration.title
.row
.col-lg-4
.col-lg-8
= form_for integration, as: :service, url: scoped_integration_path(integration), method: :put, html: { class: 'gl-show-field-errors integration-settings-form js-integration-settings-form', data: { 'test-url' => scoped_test_integration_path(integration) } } do |form|
= render 'shared/service_settings', form: form, integration: integration
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment