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)) %>
|
2016-03-19 19:20:07 +01:00
|
|
|
|
2017-03-03 23:45:48 +01:00
|
|
|
<%= raw t('notification_mailer.mention.body', name: @status.account.acct) %>
|
2016-03-19 19:20:07 +01:00
|
|
|
|
2017-04-18 17:15:30 +02:00
|
|
|
<%= render 'status', status: @status %>
|