% title "New Index" %> <%= form_for @index, :html => { :multipart => true } do |f| %>
<%= f.submit %>
<%= link_to "Back to List", indices_path %>