diff --git a/app/views/comment_mailer/notify.html.erb b/app/views/comment_mailer/notify.html.erb index ef383f58e0b..0271b121a18 100644 --- a/app/views/comment_mailer/notify.html.erb +++ b/app/views/comment_mailer/notify.html.erb @@ -14,6 +14,13 @@ Hi! There's been a response to a discussion you're involved in. Do NOT reply to
Look like spam? + <% if @user.can_moderate? %> + Mark this as Spam + <% else %> + Flag this for moderators + <% end%> +