summaryrefslogtreecommitdiff
path: root/app/views/projects/settings/integrations/index.html.haml
blob: 2077d244b24b9647ae1e716db81d05dfbb0e845d (plain)
1
2
3
4
5
6
7
8
9
10
- @content_class = "limit-container-width" unless fluid_layout
- breadcrumb_title _('Integration Settings')
- page_title _('Integrations')

%section.js-search-settings-section
  %h3= _('Integrations')
  - integrations_link_start = '<a href="%{url}">'.html_safe % { url: help_page_url('user/project/integrations/index') }
  - webhooks_link_start = '<a href="%{url}">'.html_safe % { url: project_hooks_path(@project) }
  %p= _("%{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}.").html_safe % { integrations_link_start: integrations_link_start, webhooks_link_start: webhooks_link_start, link_end: '</a>'.html_safe }
  = render 'shared/integrations/index', integrations: @integrations