summaryrefslogtreecommitdiff
path: root/app/views/shared/integrations/edit.html.haml
blob: 9d613d2ad940b192f45b0638eb0d5f3c64fec9a7 (plain)
1
2
3
4
5
6
7
8
9
- add_to_breadcrumbs _('Integrations'), scoped_integrations_path(project: @project, group: @group)
- breadcrumb_title @integration.title
- page_title @integration.title, _('Integrations')

%h2.gl-mb-4
  = @integration.title

= render 'shared/integrations/tabs', integration: @integration, active_tab: 'edit' do
  = render 'shared/integration_settings', integration: @integration