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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Ivan Vargas <jvargas@gitlab.com>2017-01-20 01:11:48 +0300
committerJose Ivan Vargas <jvargas@gitlab.com>2017-01-20 01:11:48 +0300
commit8f391fd373a3789b021d07bb23dc837e91c65da2 (patch)
tree2da3855c03b945b7d0db11e0b21e602ef171f879 /app/views/shared/web_hooks
parent7b3ea49a4449686e512a5236c2d4073641afce77 (diff)
Renamed a file to make the transition to EE easier
Diffstat (limited to 'app/views/shared/web_hooks')
-rw-r--r--app/views/shared/web_hooks/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/web_hooks/_form.html.haml b/app/views/shared/web_hooks/_form.html.haml
index edbaa885780..13586a5a12a 100644
--- a/app/views/shared/web_hooks/_form.html.haml
+++ b/app/views/shared/web_hooks/_form.html.haml
@@ -96,7 +96,7 @@
- if hooks.any?
%ul.well-list
- hooks.each do |hook|
- = render "projects/hooks/project_hook", hook: hook
+ = render "project_hook", hook: hook
- else
%p.settings-message.text-center.append-bottom-0
No webhooks found, add one in the form above.