adds without_validators filter

This commit is contained in:
Juanjo Bazán
2016-02-25 18:43:35 +01:00
parent 96e5be60a3
commit 43635f41b0
7 changed files with 35 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
<h2><%= t("admin.spending_proposals.index.title") %></h2>
<div class="small-12 medium-4 column right">
<%= form_tag current_path_with_query_params(page: 1), method: :get, enforce_utf8: false do %>
<%= form_tag admin_spending_proposals_path, method: :get, enforce_utf8: false do %>
<%= select_tag :geozone_id, options_for_select(geozone_select_options.unshift([t("geozones.none"), "all"]), params[:geozone_id]),
{ prompt: t("admin.spending_proposals.index.geozone_filter_all"),
label: false,