Commit 6498ede083dc94724b0ab2b5e4fd8066ac0f4e83
Exists in
spb-stable
and in
3 other branches
Merge branch 'bug/broken_project_transfer' of /home/git/repositories/gitlab/gitlabhq
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/projects/edit.html.haml
... | ... | @@ -130,7 +130,7 @@ |
130 | 130 | .title Transfer project |
131 | 131 | .errors-holder |
132 | 132 | .form-holder |
133 | - = form_for(@project, url: transfer_project_path(@project), remote: true, html: { class: 'transfer-project' }) do |f| | |
133 | + = form_for(@project, url: transfer_project_path(@project), method: :put, remote: true, html: { class: 'transfer-project' }) do |f| | |
134 | 134 | .control-group |
135 | 135 | = f.label :namespace_id do |
136 | 136 | %span Namespace | ... | ... |