X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d8cca976c023b43f8bb1f1ef08a494790f6eef36..f0764d3:/app/mailers/user_mailer.rb diff --git a/app/mailers/user_mailer.rb b/app/mailers/user_mailer.rb index 0894b972d..f4cd9d3e5 100644 --- a/app/mailers/user_mailer.rb +++ b/app/mailers/user_mailer.rb @@ -162,6 +162,7 @@ class UserMailer < ApplicationMailer @changeset_comment = comment.changeset.tags["comment"].presence @time = comment.created_at @changeset_author = comment.changeset.user.display_name + @unsubscribe_url = changeset_unsubscribe_url(comment.changeset) @author = @commenter subject = if @owner