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

10 lines
858 B
Text
Raw Normal View History

2020-04-22 19:07:51 +05:30
- breadcrumb_title _('Integrations')
- page_title _('Integrations')
- @content_class = 'limit-container-width' unless fluid_layout
2021-04-29 21:17:54 +05:30
%h3= s_('Integrations|Project integration management')
- integrations_link_start = '<a href="%{url}" target="_blank" rel="noopener noreferrer">'.html_safe % { url: integrations_help_page_path }
%p= s_('Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}.').html_safe % { integrations_link_start: integrations_link_start, link_end: '</a>'.html_safe }
2020-05-24 23:13:21 +05:30
= render 'shared/integrations/index', integrations: @integrations