X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/9416317e6428e8b6a801edba8bbbc27ee27dc7cc..edda4af515cfb0bd4de1ed0650b47e124bfad6ed:/app/views/issues/index.html.erb diff --git a/app/views/issues/index.html.erb b/app/views/issues/index.html.erb index 95dfbf6f2..3f79190fa 100644 --- a/app/views/issues/index.html.erb +++ b/app/views/issues/index.html.erb @@ -15,7 +15,7 @@
<%= select_tag :issue_type, - options_for_select(@issue_types, params[:issue_type]), + options_for_select(@issue_types.map { |issue_type| [issue_type.constantize.model_name.human, issue_type] }, params[:issue_type]), :include_blank => t(".select_type"), :data => { :behavior => "category_dropdown" }, :class => "form-select" %>