2019-10-28 14:06:15 -04:00
|
|
|
- breadcrumb_title @service.title
|
2020-02-24 13:09:05 -05:00
|
|
|
- add_to_breadcrumbs _('Integration Settings'), project_settings_integrations_path(@project)
|
2020-03-30 17:08:01 -04:00
|
|
|
- page_title @service.title, _('Integrations')
|
2020-05-14 11:08:14 -04:00
|
|
|
- @content_class = 'limit-container-width' unless fluid_layout
|
2017-07-07 06:51:03 -04:00
|
|
|
|
2013-05-22 09:58:44 -04:00
|
|
|
= render 'form'
|
2019-12-17 10:08:15 -05:00
|
|
|
- if @web_hook_logs
|
|
|
|
= render partial: 'projects/hook_logs/index', locals: { hook: @service.service_hook, hook_logs: @web_hook_logs, project: @project }
|