2019-12-26 22:10:19 +05:30
|
|
|
- breadcrumb_title @service.title
|
2020-04-08 14:13:33 +05:30
|
|
|
- add_to_breadcrumbs _('Integration Settings'), project_settings_integrations_path(@project)
|
2020-04-22 19:07:51 +05:30
|
|
|
- page_title @service.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
|
|
|
|
2014-09-02 18:07:02 +05:30
|
|
|
= render 'form'
|
2020-01-01 13:55:28 +05:30
|
|
|
- if @web_hook_logs
|
|
|
|
= render partial: 'projects/hook_logs/index', locals: { hook: @service.service_hook, hook_logs: @web_hook_logs, project: @project }
|