X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/17323257685bf5134d9286f5baefaddcae65478c..2b7a48029bff06c190544f91c5969b09aeae552b:/app/mailers/user_mailer.rb diff --git a/app/mailers/user_mailer.rb b/app/mailers/user_mailer.rb index 1dd13fb2d..fc1b10551 100644 --- a/app/mailers/user_mailer.rb +++ b/app/mailers/user_mailer.rb @@ -123,7 +123,7 @@ class UserMailer < ApplicationMailer with_recipient_locale friendship.befriendee do @friendship = friendship @viewurl = user_url(@friendship.befriender) - @friendurl = make_friend_url(@friendship.befriender) + @followurl = follow_url(@friendship.befriender) @author = @friendship.befriender.display_name attach_user_avatar(@friendship.befriender)