about summary refs log tree commit diff
path: root/app/views/notification_mailer/mention.text.erb
blob: f104d5f920984870fac2e986064f0e09b84bf8a7 (plain) (blame)
1
2
3
4
5
<%= raw t('application_mailer.salutation', name: display_name(@me)) %>

<%= raw t('notification_mailer.mention.body', name: @status.account.pretty_acct) %>

<%= render 'status', status: @status %>