chinwagsocial/app/views/notification_mailer/reblog.text.erb

6 lines
158 B
Plaintext
Raw Normal View History

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