X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/65c3c2a91558a88ceea3c772d2b290281c642c9c..4347d9d3b00a8fffe78daa93eac5b490905f9ac8:/app/views/reports/new.html.erb diff --git a/app/views/reports/new.html.erb b/app/views/reports/new.html.erb index a29104ae7..6c12c14e3 100644 --- a/app/views/reports/new.html.erb +++ b/app/views/reports/new.html.erb @@ -11,32 +11,13 @@ -<%= form_for(@report) do |f| %> - <%= f.error_messages %> -
+ <%= f.collection_radio_buttons :category, report_categories(@report.issue.reportable), :id, :label %> + <%= f.text_area :details, :rows => 5, :label_as_placeholder => true %> + <%= f.primary %> <% end %>