about summary refs log tree commit diff
path: root/app/views/notification_mailer/follow.text.erb
blob: cbe46f552417ecef37e979f1b65aaa6e1dd5cdb5 (plain) (blame)
1
2
3
4
5
<%= raw t('application_mailer.salutation', name: display_name(@me)) %>

<%= raw t('notification_mailer.follow.body', name: @account.acct) %>

<%= raw t('application_mailer.view')%> <%= web_url("accounts/#{@account.id}") %>