mastodon/app/views/notification_mailer/mention.text.erb

6 lines
145 B
Plaintext

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