2020-04-22 19:07:51 +05:30
|
|
|
- breadcrumb_title _('Integrations')
|
|
|
|
- page_title _('Integrations')
|
|
|
|
- @content_class = 'limit-container-width' unless fluid_layout
|
|
|
|
|
|
|
|
%h4= s_('GroupSettings|Apply integration settings to all Projects')
|
|
|
|
%p
|
|
|
|
= s_('GroupSettings|Integrations configured here will automatically apply to all projects in this group.')
|
2020-11-24 15:15:51 +05:30
|
|
|
= link_to _('Learn more'), integrations_help_page_path, target: '_blank', rel: 'noopener noreferrer'
|
2020-05-24 23:13:21 +05:30
|
|
|
= render 'shared/integrations/index', integrations: @integrations
|