<%if request.xhr?%> <%else%>

<%= t('report_spam') %>

<%end%> <%= form_tag(spam_space_event_path(@space,@event)) do -%>

<%= t('new_spam_detected') %>

<%= text_area_tag 'body', params[:body].present? ? params[:body] : nil,:id => "spam_textarea" %>

<% end -%>