<%= render :partial => 'admin/shared/configuration_menu' %>

<%= t("new_state")%>

<%= error_messages_for :state %> <% form_for(:state, :url => collection_url) do |f| %> <%= render :partial => "form", :locals => { :f => f } %>

<%= button t("create") %>

<% end %>