1
0
mirror of https://github.com/mastodon/mastodon synced 2024-12-16 23:58:23 +09:00
mastodon/app/views/notification_mailer/mention.text.erb

6 lines
166 B
Plaintext
Raw Normal View History

<%= display_name(@me) %>,
2017-03-04 07:45:48 +09:00
<%= raw t('notification_mailer.mention.body', name: @status.account.acct) %>
2017-03-04 07:45:48 +09:00
<%= render partial: 'status', locals: { status: @status } %>