This repository has been archived on 2024-07-31. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon/app/views/notification_mailer/reblog.text.erb

6 lines
158 B
Plaintext
Raw Normal View History

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