summaryrefslogtreecommitdiff
path: root/app/views/shared/integrations/edit.html.haml
blob: 02cb94e3555ab92670d6120b2a9703a9f75ae64e (plain)
1
2
3
4
5
6
7
8
9
10
- add_to_breadcrumbs _('Integrations'), scoped_integrations_path
- breadcrumb_title @integration.title
- page_title @integration.title, _('Integrations')
- @content_class = 'limit-container-width' unless fluid_layout

%h3.page-title
  = @integration.title

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