debian-mirror-gitlab/app/views/groups/settings/integrations/index.html.haml

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

11 lines
973 B
Text
Raw Normal View History

2021-09-30 23:02:18 +05:30
- breadcrumb_title s_('Integrations|Group-level integration management')
- page_title s_('Integrations|Group-level integration management')
2023-07-09 08:55:56 +05:30
- @force_desktop_expanded_sidebar = true
2020-04-22 19:07:51 +05:30
2022-11-25 23:54:43 +05:30
%section.js-search-settings-section
%h3= s_('Integrations|Group-level integration management')
2021-04-29 21:17:54 +05:30
2022-11-25 23:54:43 +05:30
- integrations_link_start = '<a href="%{url}" target="_blank" rel="noopener noreferrer">'.html_safe % { url: integrations_help_page_path }
%p= s_("Integrations|GitLab administrators can set up integrations that all projects in a group inherit and use by default. These integrations apply to all projects that don't already use custom settings. You can override custom settings for a project if the settings are necessary at that level. Learn more about %{integrations_link_start}group-level integration management%{link_end}.").html_safe % { integrations_link_start: integrations_link_start, link_end: "</a>".html_safe }
= render 'shared/integrations/index', integrations: @integrations