* refactored the system so that it keeps pictures in a seperate table
[selectricity] / app / views / election / new_voters.rhtml
index b750085e6706a95157a3ccf78fb3a21fcfb2628a..fc49e13638167dd8fa026ac7e373625e1885ee82 100644 (file)
@@ -1,8 +1,10 @@
+<%= render_partial 'progress', 'voters' %>
 <% @edit = true %>
 <h1><strong><%= @election.name %>:</strong> Enter List of Voter Email Addresses</h1>
 
 <%= render :partial => 'voter_list' %>
 
-<%= form_tag :action => 'new_voters', :id => @election.id %>
+<% form_tag(:action => 'new_voters', :id => @election.id) do %>
 <%= render :partial => 'voters_form' %>
-<%= end_form_tag %>
+<% end %>
+<%= button_to "Done", :action => 'show', :id => @election.id %>

Benjamin Mako Hill || Want to submit a patch?