about summary refs log tree commit diff
path: root/app/views/notification_mailer/reblog.text.erb
blob: c32b4865008ba234812d1ff90f67da4102c33925 (plain) (blame)
1
2
3
4
5
<%= display_name(@me) %>,

<%= raw t('notification_mailer.reblog.body', name: @account.acct) %>

<%= render partial: 'status', locals: { status: @status } %>