debian-mirror-gitlab/app/views/projects/services/_form.html.haml
2022-04-04 11:22:00 +05:30

12 lines
561 B
Text

- 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