diff --git a/app/helpers/feedback_messages_helper.rb b/app/helpers/feedback_messages_helper.rb index 765208022..a9dc2ffe8 100644 --- a/app/helpers/feedback_messages_helper.rb +++ b/app/helpers/feedback_messages_helper.rb @@ -15,20 +15,6 @@ module FeedbackMessagesHelper { subject: "#{SiteConfig.community_name} Code of Conduct Violation", body: body }.freeze end - def reporter_email_details - body = <<~HEREDOC - Hi there, - - Thank you for flagging content that may be in violation of the #{SiteConfig.community_name} Code of Conduct and/or our Terms of Use. We are looking into your report and will take appropriate action. - - We appreciate your help as we work to foster a positive and inclusive environment for all! - - #{SiteConfig.community_name} Team - HEREDOC - - { subject: "#{SiteConfig.community_name} Report", body: body }.freeze - end - def affected_email_details body = <<~HEREDOC Hi there, diff --git a/app/views/admin/feedback_messages/_feedback_message.html.erb b/app/views/admin/feedback_messages/_feedback_message.html.erb index 6b09f64c4..46cda8b79 100644 --- a/app/views/admin/feedback_messages/_feedback_message.html.erb +++ b/app/views/admin/feedback_messages/_feedback_message.html.erb @@ -43,7 +43,7 @@ @<%= feedback_message.offender.username %> <% else %> -