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

6 lines
161 B
Plaintext
Raw Normal View History

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