summaryrefslogtreecommitdiff
path: root/app/views/admin/application_settings/integrations.html.haml
blob: b5dae424b46383567963c570c27e7c9f41c6ea6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
- breadcrumb_title _('Integrations')
- page_title _('Integrations')
- @content_class = 'limit-container-width' unless fluid_layout

- if show_admin_integrations_moved?
  .gl-alert.gl-alert-info.js-admin-integrations-moved.mt-3{ role: 'alert', data: { feature_id: UserCalloutsHelper::ADMIN_INTEGRATIONS_MOVED, dismiss_endpoint: user_callouts_path } }
    = sprite_icon('information-o', css_class: 'gl-icon gl-alert-icon gl-alert-icon-no-title')
    %button.js-close.gl-alert-dismiss{ type: 'button', 'aria-label' => _('Dismiss') }
      = sprite_icon('close', css_class: 'gl-icon')
    .gl-alert-body
      %h4.gl-alert-title= s_('AdminSettings|Some settings have moved')
      = html_escape_once(s_('AdminSettings|Elasticsearch, PlantUML, Slack application, Third party offers, Snowplow, Amazon EKS have moved to Settings > General.')).html_safe
    .gl-alert-actions
      = link_to s_('AdminSettings|Go to General Settings'), general_admin_application_settings_path, class: 'btn gl-alert-action btn-info new-gl-button'

%h4= s_('AdminSettings|Apply integration settings to all Projects')
%p
  = s_('AdminSettings|Integrations configured here will automatically apply to all projects on this instance.')
  = link_to _('Learn more'), '#'
= render 'shared/integrations/index', integrations: @integrations