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

6 lines
195 B
Plaintext

<%= raw t('application_mailer.salutation', name: display_name(@me)) %>
<%= raw t('notification_mailer.quote.body', name: @status.account.pretty_acct) %>
<%= render 'status', status: @status %>