1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-12-12 05:38:57 +09:00
whippy-edition/app/views/notification_mailer/follow.text.erb

6 lines
231 B
Plaintext
Raw Normal View History

<%= raw t('application_mailer.salutation', name: display_name(@me)) %>
<%= raw t('notification_mailer.follow.body', name: @account.pretty_acct) %>
<%= raw t('application_mailer.view')%> <%= web_url("@#{@account.pretty_acct}") %>