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

index.html.haml « hooks « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b57adc0ef0d09043802607f96ddf0115a21d9afc (plain)
1
2
3
4
5
6
7
- breadcrumb_title _('Webhook Settings')
- page_title _('Webhooks')
- @force_desktop_expanded_sidebar = true

.gl-mt-3.js-search-settings-section
  = render 'shared/web_hooks/title_and_docs', hook: @hook
  = render 'shared/web_hooks/index', hooks: @hooks, hook_class: @hook.class, partial: 'shared/web_hooks/form', url: polymorphic_path([@project, :hooks])