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

_tabs.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: d6ca0bd7d1e201a1c886639c3a58df7e7fcfc7a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
- if integration.instance_level?
  .tabs.gl-tabs
    %div
      = gl_tabs_nav({ class: 'gl-mb-5' }) do
        = gl_tab_link_to _('Settings'), scoped_edit_integration_path(integration)
        = gl_tab_link_to s_('Integrations|Projects using custom settings'), scoped_overrides_integration_path(integration)

      = yield

- else
  = yield