<% content_for :heading do %>

Report a new Issue for <%= reportable_url(@issue.reportable) %>

<% end %> <%= form_for(@issue) do |f| %> <%= f.error_messages %>
<%= f.hidden_field :reportable_id, :value => params[:reportable_id] %> <%= f.hidden_field :reportable_type, :value => params[:reportable_type] %> <%= f.hidden_field :user_id, :value => params[:user_id] %>
<%= text_area :report, :details, :cols => 80, :rows => 20, placeholder: "Tell us what's wrong! Any information you can give will go on to help moderators a long way." %>
<%= submit_tag %>
<% end %>