X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a28f264ad18605f6e95fde7aafe7217335831227..cb87f02642d0097ebc067ca1f9371dde274a41e3:/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