This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
2017-07-31 00:18:44 +02:00
|
|
|
<%= raw t('application_mailer.salutation', name: display_name(@me)) %>
|
2017-06-27 00:04:00 +02:00
|
|
|
|
2018-05-04 13:26:25 +02: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-27 00:04:00 +02:00
|
|
|
|
|
|
|
<%= raw t('application_mailer.view')%> <%= admin_report_url(@report) %>
|