debian-mirror-gitlab/app/views/admin/application_settings/integrations.html.haml

10 lines
869 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
2018-12-05 23:21:45 +05:30
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 }
2021-09-04 01:27:46 +05:30
%p= s_("Integrations|GitLab administrators can set up integrations that all projects 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 group or project if the settings are necessary at that level. 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-10-24 23:57:45 +05:30
= render 'shared/integrations/index', integrations: @integrations