debian-mirror-gitlab/app/views/projects/settings/integrations/show.html.haml

10 lines
824 B
Text
Raw Normal View History

2017-09-10 17:25:29 +05:30
- @content_class = "limit-container-width" unless fluid_layout
2020-04-08 14:13:33 +05:30
- breadcrumb_title _('Integration Settings')
2018-11-08 19:23:39 +05:30
- page_title _('Integrations')
2020-04-08 14:13:33 +05:30
2021-04-29 21:17:54 +05:30
%h3= _('Integrations')
2020-06-23 00:09:42 +05:30
- integrations_link_start = '<a href="%{url}">'.html_safe % { url: help_page_url('user/project/integrations/overview') }
- 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 }
2021-09-04 01:27:46 +05:30
= render 'shared/integrations/index', integrations: @integrations