about summary refs log tree commit diff
path: root/app/views/notification_mailer/mention.text.erb
blob: 03f53813b92a30e82081bed4ce23526a859f1e44 (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.acct) %>

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