8 lines
408 B
Text
8 lines
408 B
Text
- breadcrumb_title @service.title
|
|
- add_to_breadcrumbs _('Integration Settings'), project_settings_integrations_path(@project)
|
|
- page_title @service.title, _('Integrations')
|
|
- @content_class = 'limit-container-width' unless fluid_layout
|
|
|
|
= render 'form'
|
|
- if @web_hook_logs
|
|
= render partial: 'projects/hook_logs/index', locals: { hook: @service.service_hook, hook_logs: @web_hook_logs, project: @project }
|