1 <% content_for :heading do %>
2 <h1>Report a new Issue for <%= reportable_url(@issue.reportable) %></h1>
5 <%= form_for(@issue) do |f| %>
6 <%= f.error_messages %>
9 <%= f.hidden_field :reportable_id %>
10 <%= f.hidden_field :reportable_type %>
11 <%= f.hidden_field :reported_user_id %>
13 <div class='form-row'>
14 <label class="standard-label"><%= t 'issue.new.message' -%></label>
15 <%= 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." %>