summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortauriedavis <taurie@gitlab.com>2017-08-21 07:47:53 -0700
committertauriedavis <taurie@gitlab.com>2017-08-21 07:47:53 -0700
commita1b855fa02933d15eac905616781e544e1327405 (patch)
treecad2b2617308fb9cf8d4ea6ec98e2d1e0a65a32b
parentc26bc5097fbb4720f021c9889ba500151bb5b85a (diff)
downloadgitlab-ce-36721-rename-repo-text.tar.gz
36721 Remove incorrect paragraph regarding renaming repos in settings36721-rename-repo-text
-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