<% end %>
<%= f.collection_radio_buttons :category, report_categories(@report.issue.reportable), :id, :label %>
- <%= f.text_area :details, :rows => 5, :label_as_placeholder => true %>
+ <%= f.richtext_field :details, :rows => 18, :label_as_placeholder => true, :format => "markdown" %>
<%= f.primary %>
<% end %>