catstodon/app/views/notification_mailer/reaction.text.erb
2023-12-29 12:33:13 -06:00

5 lines
191 B
Text

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