X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9e50c3851ce56514004fc12bcf2c71817fc44b0b..dfe21fec82a03d5313d1c78c5f0e2390f0aef287:/app/models/notifier.rb diff --git a/app/models/notifier.rb b/app/models/notifier.rb index d08bedd8c..11658cfd9 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)