Initital scaffolding of the website plus initial work on the adding and
[selectricity-live] / app / views / elections / edit_voters.rhtml
1 <% @edit = true %>
2 <h1><strong><%= @election.name %>:</strong> Edit Voter Rolls</h1>
3
4 <%= button_to "Done!", :action => 'show', :id => @election %>

Benjamin Mako Hill || Want to submit a patch?