<%= form_for(@saved_search) do |f| %> <% if @saved_search.errors.any? %>

<%= pluralize(@saved_search.errors.count, "erreur") %> <%= I18n.t('prohibited_this_operation') %>:

<% end %> <%= f.label :name %> <%= f.text_field(:name, :size => 50) %> <%= f.submit I18n.t("validate").capitalize %> <% end %>