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

Benjamin Mako Hill || Want to submit a patch?