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

index.html.haml « hooks « admin « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 14137e788bc56e44230042799e9bbb6b61783338 (plain)
1
2
3
4
5
6
7
- page_title @hook.pluralized_name

.settings-section
  = render 'shared/web_hooks/title_and_docs', hook: @hook
  = render 'shared/web_hooks/index', hooks: @hooks, hook_class: @hook.class, partial: 'form', url: admin_hooks_path

= render 'shared/file_hooks/index'