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