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.')
|
|
|
|
= link_to _('Learn more'), '#'
|
2020-05-24 23:13:21 +05:30
|
|
|
= render 'shared/integrations/index', integrations: @integrations
|