Updated /follow_requests url in emails to new route

• Updated:
- /follow_requests url in emails to new route
This commit is contained in:
mgabdev 2020-06-10 16:06:12 -04:00
parent 8f423f1341
commit 5803bf8693
2 changed files with 2 additions and 2 deletions

View File

@ -15,5 +15,5 @@
%tbody
%tr
%td{ :style => "background-color:#30CE7D;height:56px;border-radius:9999px;color:#fff;" }
= link_to web_url("follow_requests"), :style => "height:56px;padding:20px 30px;text-decoration:none;color:#fff;font-size:16px;margin:0;" do
= link_to web_url("notifications/follow_requests"), :style => "height:56px;padding:20px 30px;text-decoration:none;color:#fff;font-size:16px;margin:0;" do
%span{ :style => "color:#fff;font-size:16px;margin:0;" }= t 'notification_mailer.follow_request.action'

View File

@ -2,4 +2,4 @@
<%= raw t('notification_mailer.follow_request.body', name: @account.acct) %>
<%= raw t('application_mailer.view')%> <%= web_url("follow_requests") %>
<%= raw t('application_mailer.view')%> <%= web_url("notifications/follow_requests") %>