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

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

<%= raw t('application_mailer.view')%> <%= web_url("follow_requests") %>