summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-10-18 11:58:14 +0200
committerDouwe Maan <douwe@gitlab.com>2015-10-18 11:58:14 +0200
commit6ad683bf13f820283a23cf44e15b241b0f4d7d87 (patch)
tree7161e052f13ea7208bf585e41b6395265ad59d6a
parentdf9062d0b50d08a8a484b9780aeb92c53bead530 (diff)
downloadgitlab-ce-6ad683bf13f820283a23cf44e15b241b0f4d7d87.tar.gz
Tweak email body.
-rw-r--r--app/views/abuse_report_mailer/notify.text.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/abuse_report_mailer/notify.text.haml b/app/views/abuse_report_mailer/notify.text.haml
index 70e4e6a3c6c..7dacf857035 100644
--- a/app/views/abuse_report_mailer/notify.text.haml
+++ b/app/views/abuse_report_mailer/notify.text.haml
@@ -1,5 +1,5 @@
-An abuse report was filed on `#{@abuse_report.user.username}` by `#{@abuse_report.reporter.username}`.
+#{@abuse_report.user.name} (@#{@abuse_report.user.username}) was reported for abuse by #{@abuse_report.reporter.name} (@#{@abuse_report.reporter.username}).
\
-= @abuse_report.message
+> #{@abuse_report.message}
\
-Abuse report admin screen: #{abuse_reports_url} \ No newline at end of file
+View details: #{admin_abuse_reports_url}