summaryrefslogtreecommitdiff
path: root/app/views/projects/hooks/_index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/hooks/_index.html.haml')
-rw-r--r--app/views/projects/hooks/_index.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/hooks/_index.html.haml b/app/views/projects/hooks/_index.html.haml
new file mode 100644
index 00000000000..8faad351463
--- /dev/null
+++ b/app/views/projects/hooks/_index.html.haml
@@ -0,0 +1 @@
+= render 'shared/web_hooks/form', hook: @hook, hooks: @hooks, url_components: [@project.namespace.becomes(Namespace), @project]