X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7ef57b2fe858689370dea6852b196d2213dacefa..a0627ec0c651cf33426438e26e4a4a2fe3a34fd5:/app/models/notifier.rb diff --git a/app/models/notifier.rb b/app/models/notifier.rb index 73cbbad54..1de865120 100644 --- a/app/models/notifier.rb +++ b/app/models/notifier.rb @@ -166,7 +166,6 @@ 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 @@ -182,7 +181,6 @@ class Notifier < ActionMailer::Base I18n.t("notifier.changeset_comment_notification.commented.subject_other", :commenter => @commenter) end - attach_project_logo attach_user_avatar(comment.author) mail :to => recipient.email, :subject => subject