b750085e6706a95157a3ccf78fb3a21fcfb2628a
[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?