This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2017-07-30 15:18:44 -07:00
|
|
|
<%= raw t('application_mailer.salutation', name: display_name(@me)) %>
|
2017-06-26 15:04:00 -07:00
|
|
|
|
2018-05-04 04:26:25 -07:00
|
|
|
<%= raw(@report.account.local? ? t('admin_mailer.new_report.body', target: @report.target_account.acct, reporter: @report.account.acct) : t('admin_mailer.new_report.body_remote', target: @report.target_account.acct, domain: @report.account.domain)) %>
|
2017-06-26 15:04:00 -07:00
|
|
|
|
|
|
|
<%= raw t('application_mailer.view')%> <%= admin_report_url(@report) %>
|