10 lines
418 B
Text
10 lines
418 B
Text
|
- 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.')
|
||
|
= link_to _('Learn more'), '#'
|
||
|
= render 'shared/integrations/integrations', integrations: @integrations
|