<% content_for :heading do %>

<%= t ".title_html", :link => link_to(reportable_title(@report.issue.reportable), reportable_url(@report.issue.reportable)) %>

<% end %>
<%= t('.disclaimer.intro') %>
<%= form_for(@report) do |f| %> <%= f.error_messages %>
<%= f.fields_for @report.issue do |issue_form| %> <%= issue_form.hidden_field :reportable_id %> <%= issue_form.hidden_field :reportable_type %> <% end %>

<%= t('.select') %>

<%= text_area :report, :details, :cols => 20, :rows => 5, placeholder: t('.details') %>
<%= f.submit %>
<% end %>