blob: 2581b4909b2c0ee97d54f6a32b5bc404b9ba9593 (
plain) (
blame)
1
2
3
4
5
|
<%= raw t('application_mailer.salutation', name: display_name(@me)) %>
<%= raw t('notification_mailer.favourite.body', name: @account.acct) %>
<%= render 'status', status: @status %>
|