5803bf8693
• Updated: - /follow_requests url in emails to new route
6 lines
237 B
Plaintext
6 lines
237 B
Plaintext
<%= raw t('application_mailer.salutation', name: display_name(@me)) %>
|
|
|
|
<%= raw t('notification_mailer.follow_request.body', name: @account.acct) %>
|
|
|
|
<%= raw t('application_mailer.view')%> <%= web_url("notifications/follow_requests") %>
|