summaryrefslogtreecommitdiff
path: root/app/views/projects
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-04-14 15:13:08 +0000
committerRémy Coutable <remy@rymai.me>2016-04-14 15:13:08 +0000
commit4a514b27e96bfa6024e26b0a7500deec1d89391b (patch)
tree91367d6bcd0dab0b60333b8234e85296267bd5d6 /app/views/projects
parent39f6cfcc3eb6d8c52e936a576ac4a8c9b15169fe (diff)
parenta8ea2c18959c700913132d8a2d7ce3a211303c10 (diff)
downloadgitlab-ce-4a514b27e96bfa6024e26b0a7500deec1d89391b.tar.gz
Merge branch 'issue_15155' into 'master'
Setup visibility level for project when transfering for a group fixes #15155 See merge request !3707
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/edit.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/edit.html.haml b/app/views/projects/edit.html.haml
index 6d872cd0b21..76a4f41193c 100644
--- a/app/views/projects/edit.html.haml
+++ b/app/views/projects/edit.html.haml
@@ -210,6 +210,7 @@
%li Be careful. Changing the project's namespace can have unintended side effects.
%li You can only transfer the project to namespaces you manage.
%li You will need to update your local repositories to point to the new location.
+ %li Project visibility level will be changed to match namespace rules when transfering to a group.
.form-actions
= f.submit 'Transfer project', class: "btn btn-remove js-confirm-danger", data: { "confirm-danger-message" => transfer_project_message(@project) }
- else