Variety of small changes (mostly to properties) plus a few "in the
[selectricity] / app / views / election / new_voters.rhtml
1 <% @edit = true %>
2 <h1><strong><%= @election.name %>:</strong> Enter List of Voter Email Addresses</h1>
3
4 <%= render :partial => 'voter_list' %>
5
6 <%= form_tag :action => 'new_voters', :id => @election.id %>
7 <%= render :partial => 'voters_form' %>
8 <%= end_form_tag %>

Benjamin Mako Hill || Want to submit a patch?