blob: 84d3ac2ded99075e76754cc5abeaa58fb09c1730 (
plain)
1
2
3
4
5
6
7
8
9
|
- 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 }
|