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

overrides.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: dc87fae704c9abaefd46d1391c759fd49c160225 (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: 'overrides' do
  .js-vue-integration-overrides{ data: integration_overrides_data(@integration) }