diff options
| author | Robert Speicher <rspeicher@gmail.com> | 2016-01-05 18:02:12 -0500 |
|---|---|---|
| committer | Robert Speicher <rspeicher@gmail.com> | 2016-01-05 18:02:12 -0500 |
| commit | 52e41dcac4d0f76de77029aae07fce60b61d86ef (patch) | |
| tree | f27bf06317839f113dcd75a092cf874bd11c11d6 | |
| parent | d453b24aca178fe74dd673b94de50d1f14fb651a (diff) | |
| download | gitlab-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.haml | 2 |
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 |
