%if request.xhr?%>
<%= t('subject') %>: <%= t('spam.detected') %>
<%= t('comment.other') %>: <%= text_area_tag 'body', params[:body].present? ? params[:body] : nil,:id => "spam_textarea" %>