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: 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