Welcome to mirror list, hosted at ThFree Co, Russian Federation.

edit.html.haml « integrations « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4ceaedc2a69737a6a95545c50e2103b7fe7f1988 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- add_to_breadcrumbs _('Integrations'), scoped_integrations_path(project: @project, group: @group)
- 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
  - if vue_integration_form_enabled?
    = render 'shared/integration_settings', integration: @integration
  - else
    = render 'shared/integrations/form', integration: @integration