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