9 lines
389 B
Text
9 lines
389 B
Text
- breadcrumb_title @integration.title
|
|
- add_to_breadcrumbs _('Integration Settings'), project_settings_integrations_path(@project)
|
|
- page_title @integration.title, _('Integrations')
|
|
|
|
= render 'form', integration: @integration
|
|
|
|
- if @web_hook_logs
|
|
%hr
|
|
= render partial: 'shared/hook_logs/index', locals: { hook: @integration.service_hook, hook_logs: @web_hook_logs, project: @project }
|