diff --git a/app/views/mailers/notification/bundle_mailer/event/_body.text.erb b/app/views/mailers/notification/bundle_mailer/event/_body.text.erb index 770e9edaa..292c2ad7c 100644 --- a/app/views/mailers/notification/bundle_mailer/event/_body.text.erb +++ b/app/views/mailers/notification/bundle_mailer/event/_body.text.erb @@ -4,4 +4,4 @@ <%= event_notification_body(event).squish %> -<%= notification_url(notification.source) %> +<%= url_for(notification.source) %> diff --git a/app/views/mailers/notification/bundle_mailer/mention/_body.text.erb b/app/views/mailers/notification/bundle_mailer/mention/_body.text.erb index 4056ae1b4..7ba307f01 100644 --- a/app/views/mailers/notification/bundle_mailer/mention/_body.text.erb +++ b/app/views/mailers/notification/bundle_mailer/mention/_body.text.erb @@ -4,4 +4,4 @@ <%= mention.source.mentionable_content.truncate(250) %> -<%= notification_url(mention) %> +<%= url_for(mention) %>