summaryrefslogtreecommitdiff
path: root/app/views/projects/services/edit.html.haml
blob: 1aaea50c8d57d03853d206d6975370cb13dfca22 (plain)
1
2
3
4
5
6
7
8
- 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 }