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: 3361dfba5d2ae47b2b2db25a3d65ef2345ed702d (plain)
1
2
3
4
5
6
7
8
9
10
11
- add_to_breadcrumbs _('Integrations'), scoped_integrations_path(project: @project, group: @group)
- breadcrumb_title @integration.title
- page_title @integration.title, _('Integrations')

.gl-display-flex.gl-align-items-center.gl-gap-3.gl-mt-5
  = render Pajamas::AvatarComponent.new(@integration, size: 64, alt: '')
  %h2.gl-m-0
    = @integration.title

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