summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-08-22 14:17:50 +0000
committerJarka Kadlecova <jarka@gitlab.com>2017-08-22 20:19:29 +0200
commit652817fb4d87b95b6108c51535e0cd9b20e3ac96 (patch)
tree61343dd8c19993ac68543ce6e151505179de1c1c
parent54830c8502a1418d7ecdf36184a469ecaeef63b6 (diff)
downloadgitlab-ce-652817fb4d87b95b6108c51535e0cd9b20e3ac96.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 c2794f8aaa8..2cafabd39df 100644
--- a/app/views/projects/edit.html.haml
+++ b/app/views/projects/edit.html.haml
@@ -237,8 +237,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