about summary refs log tree commit diff
path: root/app/views/notification_mailer/follow.text.erb
blob: e498df093c9ac536e650132953aab8f2b2898500 (plain) (blame)
1
2
3
4
5
<%= 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}") %>