diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-06-27 00:04:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-27 00:04:00 +0200 |
commit | 42b82206322c73c4a4d7ac29ca9a781ab11e7b1a (patch) | |
tree | d27e31942c373cf8c919b512b0d6e45c0809468f /app/views/admin_mailer | |
parent | a91d968cab5120ca389fcc7d6788cafca85e69e7 (diff) |
Fix #1624 - Send e-mail notifications to admins about new reports (#3949)
Diffstat (limited to 'app/views/admin_mailer')
-rw-r--r-- | app/views/admin_mailer/new_report.text.erb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/admin_mailer/new_report.text.erb b/app/views/admin_mailer/new_report.text.erb new file mode 100644 index 000000000..6fa744bc3 --- /dev/null +++ b/app/views/admin_mailer/new_report.text.erb @@ -0,0 +1,5 @@ +<%= display_name(@me) %>, + +<%= raw t('admin_mailer.new_report.body', target: @report.target_account.acct, reporter: @report.account.acct) %> + +<%= raw t('application_mailer.view')%> <%= admin_report_url(@report) %> |