summaryrefslogtreecommitdiff
path: root/app/views/projects/services/_form.html.haml
blob: 65b93dc930a6bd1bd2a6327a0fcfdbf01df89f16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- if lookup_context.template_exists?('top', "projects/services/#{integration.to_param}", true)
  = render "projects/services/#{integration.to_param}/top", integration: integration

%h3.page-title
  = integration.title
  - if integration.operating?
    = sprite_icon('check', css_class: 'gl-text-green-500')

= render 'shared/integration_settings', integration: integration
- if lookup_context.template_exists?('show', "projects/services/#{integration.to_param}", true)
  %hr
  = render "projects/services/#{integration.to_param}/show", integration: integration