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

6 lines
178 B
Plaintext
Raw Normal View History

<%= display_name(@me) %>,
2017-03-03 22:45:48 +00:00
<%= raw t('notification_mailer.follow.body', name: @account.acct) %>
2017-03-03 22:45:48 +00:00
<%= raw t('application_mailer.view')%> <%= web_url("accounts/#{@account.id}") %>