Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.html.haml « integrations « settings « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dca028d61674ff6fb2350851f88738d5277a826c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- breadcrumb_title _('Integration Settings')
- page_title _('Integrations')
- @force_desktop_expanded_sidebar = true

= render 'shared/integrations/slack_notifications_deprecation_alert'

%section.js-search-settings-section
  %h3= _('Integrations')
  - integrations_link = link_to('', help_page_url('user/project/integrations/index'))
  - webhooks_link = link_to('', project_hooks_path(@project))
  %p.gl-text-secondary= safe_format(_("%{integrations_link_start}Integrations%{link_end} enable you to make third-party applications part of your GitLab workflow. If the available integrations don't meet your needs, consider using a %{webhooks_link_start}webhook%{link_end}."), tag_pair(integrations_link, :integrations_link_start, :link_end), tag_pair(webhooks_link, :webhooks_link_start, :link_end))
  = render 'shared/integrations/index', integrations: @integrations