summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-23 13:24:10 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-23 14:20:49 +0200
commit5582ae145d3b27b8e1713f966dff62fc3ba2307b (patch)
treec1d7d245dd82fc536edd56aeeaafdc5bbd86110a
parent0e4a8e231c19dd2258067fe8a04a69cda305d0ff (diff)
downloadgitlab-ce-5582ae145d3b27b8e1713f966dff62fc3ba2307b.tar.gz
Fix project transfer feature
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--app/views/projects/edit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/edit.html.haml b/app/views/projects/edit.html.haml
index c56919e792c..44f722d9e15 100644
--- a/app/views/projects/edit.html.haml
+++ b/app/views/projects/edit.html.haml
@@ -130,7 +130,7 @@
.title Transfer project
.errors-holder
.form-holder
- = form_for(@project, url: transfer_project_path(@project), remote: true, html: { class: 'transfer-project' }) do |f|
+ = form_for(@project, url: transfer_project_path(@project), method: :put, remote: true, html: { class: 'transfer-project' }) do |f|
.control-group
= f.label :namespace_id do
%span Namespace