X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c77429000c55af95056572206a99774711c8d22b..5e407dfb34f47e6fbbbf3c11c1a8318256abb5cd:/app/models/notifier.rb diff --git a/app/models/notifier.rb b/app/models/notifier.rb index 3cc1be1e6..01b807607 100644 --- a/app/models/notifier.rb +++ b/app/models/notifier.rb @@ -70,7 +70,7 @@ class Notifier < ActionMailer::Base @text = message.body @title = message.title @readurl = message_url(message) - @replyurl = reply_message_url(message) + @replyurl = message_reply_url(message) @author = @from_user attach_user_avatar(message.sender)