mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-09 01:04:08 +00:00
4 lines
339 B
Plaintext
4 lines
339 B
Plaintext
<%= raw(@report.account.local? ? t('admin_mailer.new_report.body', target: @report.target_account.pretty_acct, reporter: @report.account.pretty_acct) : t('admin_mailer.new_report.body_remote', target: @report.target_account.acct, domain: @report.account.domain)) %>
|
|
|
|
<%= raw t('application_mailer.view')%> <%= admin_report_url(@report) %>
|