X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3af16f6337b52546297e7e09a1aba9b0e1df7e15..f0ee117cffb37d36cc2fc0be198832358a451025:/app/views/reports/new.html.erb
diff --git a/app/views/reports/new.html.erb b/app/views/reports/new.html.erb
index c607d2ed4..599456db2 100644
--- a/app/views/reports/new.html.erb
+++ b/app/views/reports/new.html.erb
@@ -2,7 +2,7 @@
<%= t ".title_html", :link => link_to(reportable_title(@report.issue.reportable), reportable_url(@report.issue.reportable)) %>
<% end %>
-
+
<%= t(".disclaimer.intro") %>
- <%= t(".disclaimer.not_just_mistake") %>
@@ -25,7 +25,7 @@
<% Report.categories_for(@report.issue.reportable).each do |c| %>
-
<%= radio_button :report, :category, c, :required => true %>
- <%= label_tag "report_category_#{c}", t(".categories.#{@report.issue.reportable.class.name.underscore}.#{c}_label") %>
+ <%= label_tag "report_category_#{c}", t(".categories.#{@report.issue.reportable.class.name.underscore}.#{c}_label") %>
<% end %>