1
0
mirror of https://github.com/funamitech/mastodon synced 2024-12-22 02:28:31 +09:00
YuruToot/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 } %>