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