In the middle of adding custom theme supports. Skin_pictures table added to store...
[selectricity-live] / app / views / election / new_voters.rhtml
1 <% @edit = true %>
2 <h1><strong><%=h @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) do %>
7 <%= render :partial => 'voters_form' %>
8 <% end %>
9 <%= button_to "Done", :action => 'show', :id => @election.id %>

Benjamin Mako Hill || Want to submit a patch?