X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/beaa85e21cc2f647d6b9b8377a3b8192b54c9201..ac081305f24453b576d826f0b85a851e0e8506e2:/app/models/notifier.rb diff --git a/app/models/notifier.rb b/app/models/notifier.rb index d01ef07d1..60b682693 100644 --- a/app/models/notifier.rb +++ b/app/models/notifier.rb @@ -159,7 +159,6 @@ class Notifier < ActionMailer::Base @comment = comment.body @owner = recipient == comment.changeset.user @commenter = comment.author.display_name - @commenter_url = user_url(comment.author.display_name, :host => SERVER_URL) @changeset_comment = comment.changeset.tags["comment"].presence @time = comment.created_at @changeset_author = comment.changeset.user.display_name