Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-12-13 12:14:09 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-12-13 12:14:09 +0300
commit9bc96aa4f94943af9972ca7058ed31771bbcaa53 (patch)
tree134e7dfa9eb568c8db4abb9ea22ad420957ab544 /app/controllers
parent2d2181e35c3cff3411870100cd57c0ed8d95ec20 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/projects_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/projects_controller.rb b/app/controllers/projects_controller.rb
index 428903a9e75..04dde5ef7b2 100644
--- a/app/controllers/projects_controller.rb
+++ b/app/controllers/projects_controller.rb
@@ -122,7 +122,7 @@ class ProjectsController < Projects::ApplicationController
return redirect_to edit_project_path(@project)
end
- render_edit
+ redirect_to edit_project_path(@project)
end
# rubocop: enable CodeReuse/ActiveRecord