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
4 merge requests!8889WIP: Port of 25624-anticipate-obstacles-to-removing-turbolinks to EE.,!7795Asciidoctor plantuml,!7793Add support for PlantUML diagrams in Asciidoc.,!2975WIP 6 4 stable
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