Skip to content
Snippets Groups Projects
Commit 5582ae14 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix project transfer feature

parent 0e4a8e23
No related branches found
No related tags found
1 merge request!6886DELETE THIS MERGE REQUEST
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment