Updated /follow_requests url in emails to new route
• Updated: - /follow_requests url in emails to new route
This commit is contained in:
parent
8f423f1341
commit
5803bf8693
|
@ -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'
|
||||
|
|
|
@ -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") %>
|
||||
|
|
Loading…
Reference in New Issue