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

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

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