Variety of small changes (mostly to properties) plus a few "in the
[selectricity] / app / views / election / edit_voters.rhtml
1 <% @edit = true %>
2 <h1>Edit Voter List</h1>
3
4 <%= render :partial => 'voter_list' %>
5
6 <%= form_tag :action => 'edit_voters', :id => @election.id %>
7 <%= render :partial => 'voters_form' %>
8 <%= end_form_tag %>
9
10 <%= button_to 'Done!', :action => 'show', :id => @election.id %>

Benjamin Mako Hill || Want to submit a patch?