From a1b855fa02933d15eac905616781e544e1327405 Mon Sep 17 00:00:00 2001 From: tauriedavis Date: Mon, 21 Aug 2017 07:47:53 -0700 Subject: 36721 Remove incorrect paragraph regarding renaming repos in settings --- app/views/projects/edit.html.haml | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/views/projects/edit.html.haml') 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 -- cgit v1.2.1