X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a28f264ad18605f6e95fde7aafe7217335831227..fb4ea1a02ac5dc1b0ef444e0d63fafa8f756fa8d:/app/models/notifier.rb diff --git a/app/models/notifier.rb b/app/models/notifier.rb index 1eb39e678..8f9e3e295 100644 --- a/app/models/notifier.rb +++ b/app/models/notifier.rb @@ -167,6 +167,7 @@ class Notifier < ActionMailer::Base def changeset_comment_notification(comment, recipient) with_recipient_locale recipient do + @to_user = recipient.display_name @changeset_url = changeset_url(comment.changeset, :host => SERVER_URL) @comment = comment.body @owner = recipient == comment.changeset.user