summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-01-05 18:02:12 -0500
committerRobert Speicher <rspeicher@gmail.com>2016-01-05 18:02:12 -0500
commit52e41dcac4d0f76de77029aae07fce60b61d86ef (patch)
treef27bf06317839f113dcd75a092cf874bd11c11d6
parentd453b24aca178fe74dd673b94de50d1f14fb651a (diff)
downloadgitlab-ce-rs-fix-abuse-report-url.tar.gz
Fix the abuse report detail URL in the HTML email templaters-fix-abuse-report-url
-rw-r--r--app/views/abuse_report_mailer/notify.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/abuse_report_mailer/notify.html.haml b/app/views/abuse_report_mailer/notify.html.haml
index 619533e09a7..2741eb44357 100644
--- a/app/views/abuse_report_mailer/notify.html.haml
+++ b/app/views/abuse_report_mailer/notify.html.haml
@@ -8,4 +8,4 @@
= @abuse_report.message
%p
- = link_to "View details", abuse_reports_url
+ = link_to "View details", admin_abuse_reports_url