From a5f4bba440d7f9ea47046a0a561d49adf0a1e6d4 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 16 Jun 2021 18:25:58 +0000 Subject: Add latest changes from gitlab-org/gitlab@14-0-stable-ee --- app/controllers/abuse_reports_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/controllers/abuse_reports_controller.rb') diff --git a/app/controllers/abuse_reports_controller.rb b/app/controllers/abuse_reports_controller.rb index 5e613c47fc5..9d1c68eea89 100644 --- a/app/controllers/abuse_reports_controller.rb +++ b/app/controllers/abuse_reports_controller.rb @@ -19,7 +19,7 @@ class AbuseReportsController < ApplicationController @abuse_report.notify message = _("Thank you for your report. A GitLab administrator will look into it shortly.") - redirect_to @abuse_report.user, notice: message + redirect_to root_path, notice: message else render :new end -- cgit v1.2.1