Welcome to mirror list, hosted at ThFree Co, Russian Federation.

edit.html.haml « integrations « settings « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a250daafdbb9b9b964fd4d25ada0c16473bdd118 (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')
- @content_class = 'limit-container-width' unless fluid_layout

= render 'form', integration: @integration

- if @web_hook_logs
  = render partial: 'projects/hook_logs/index', locals: { hook: @integration.service_hook, hook_logs: @web_hook_logs, project: @project }