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

Benjamin Mako Hill || Want to submit a patch?