<% title "New Index" %> <%= form_for @index, :html => { :multipart => true } do |f| %>

<%= f.submit %>

<%= render :partial => 'form', :locals => {:f => f, :index => @index} %>

<%= f.submit %>

<% end %>

<%= link_to "Back to List", indices_path %>