summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-08-22 14:17:50 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-08-22 14:17:50 +0000
commitd3005c98fabe47fe0feecc299cc05cf7642457a3 (patch)
treef51b898c53095ba6e802b9071e01f55fe7ac0000
parent8654b771588fff719aa313cd115b0c6fa4ab36f3 (diff)
parenta1b855fa02933d15eac905616781e544e1327405 (diff)
downloadgitlab-ce-d3005c98fabe47fe0feecc299cc05cf7642457a3.tar.gz
Merge branch '36721-rename-repo-text' into 'master'
36721 Remove incorrect paragraph regarding renaming repos in settings Closes #36721 See merge request !13718
-rw-r--r--app/views/projects/edit.html.haml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/projects/edit.html.haml b/app/views/projects/edit.html.haml
index 6178abe9160..9e26bdecd31 100644
--- a/app/views/projects/edit.html.haml
+++ b/app/views/projects/edit.html.haml
@@ -202,8 +202,6 @@
.sub-section.rename-respository
%h4.warning-title
Rename repository
- %p
- Export this project with all its related data in order to move your project to a new GitLab instance. Once the export is finished, you can import the file from the "New Project" page.
= render 'projects/errors'
= form_for([@project.namespace.becomes(Namespace), @project]) do |f|
.form-group.project_name_holder