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

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

<%= render 'status', status: @status %>