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:
Diffstat (limited to 'app/helpers/admin/abuse_reports_helper.rb')
-rw-r--r--app/helpers/admin/abuse_reports_helper.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/helpers/admin/abuse_reports_helper.rb b/app/helpers/admin/abuse_reports_helper.rb
index 275bed406f1..015d4513091 100644
--- a/app/helpers/admin/abuse_reports_helper.rb
+++ b/app/helpers/admin/abuse_reports_helper.rb
@@ -18,7 +18,8 @@ module Admin
def abuse_report_data(report)
{
- abuse_report_data: Admin::AbuseReportDetailsSerializer.new.represent(report).to_json
+ abuse_report_data: Admin::AbuseReportDetailsSerializer.new.represent(report).to_json,
+ abuse_reports_list_path: admin_abuse_reports_path
}
end
end