debian-mirror-gitlab/app/views/shared/integrations/_tabs.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
375 B
Text
Raw Normal View History

2021-11-18 22:05:49 +05:30
- if integration.instance_level?
2021-10-27 15:23:28 +05:30
.tabs.gl-tabs
%div
2021-11-18 22:05:49 +05:30
= gl_tabs_nav({ class: 'gl-mb-5' }) do
2022-01-26 12:08:38 +05:30
= gl_tab_link_to _('Settings'), scoped_edit_integration_path(integration, project: @project, group: @group)
2021-11-18 22:05:49 +05:30
= gl_tab_link_to s_('Integrations|Projects using custom settings'), scoped_overrides_integration_path(integration)
2021-10-27 15:23:28 +05:30
2021-11-18 22:05:49 +05:30
= yield
- else
= yield