X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2c5e981684defe603e9c579a2e59dedf30dc9745..2080696fe689c08faa238a73cda4366f71750423:/app/views/issues/index.html.erb diff --git a/app/views/issues/index.html.erb b/app/views/issues/index.html.erb index 0aa9fea50..9222aafff 100644 --- a/app/views/issues/index.html.erb +++ b/app/views/issues/index.html.erb @@ -5,7 +5,7 @@

<%= t ".search_guidance" %>

<%= form_tag(issues_path, :method => :get) do %> -
+
<%= select_tag :status, options_for_select(Issue.aasm.states.map(&:name).map { |state| [t(".states.#{state}"), state] }, params[:status]), @@ -24,6 +24,7 @@ <%= text_field_tag :search_by_user, params[:search_by_user], :placeholder => t(".reported_user"), + :autocomplete => "on", :class => "form-control" %>