debian-mirror-gitlab/app/views/projects/services/edit.html.haml
2020-05-24 23:13:21 +05:30

9 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 }