2021-09-04 01:27:46 +05:30
|
|
|
- breadcrumb_title @integration.title
|
2020-04-08 14:13:33 +05:30
|
|
|
- add_to_breadcrumbs _('Integration Settings'), project_settings_integrations_path(@project)
|
2021-09-04 01:27:46 +05:30
|
|
|
- page_title @integration.title, _('Integrations')
|
2020-05-24 23:13:21 +05:30
|
|
|
- @content_class = 'limit-container-width' unless fluid_layout
|
2017-09-10 17:25:29 +05:30
|
|
|
|
2021-09-04 01:27:46 +05:30
|
|
|
= render 'form', integration: @integration
|
|
|
|
|
2020-01-01 13:55:28 +05:30
|
|
|
- if @web_hook_logs
|
2021-09-04 01:27:46 +05:30
|
|
|
= render partial: 'projects/hook_logs/index', locals: { hook: @integration.service_hook, hook_logs: @web_hook_logs, project: @project }
|