1 <div id="title-header">
2 <span class="header">Edit Voter List</span>
3 <span class="subheader"></span>
6 <%= render :partial => 'voter_list' %>
8 <% form_tag (:action => 'edit_voters', :id => @election.id) do %>
9 <%= render :partial => 'voters_form' %>
12 <div class="normal-header">
13 <span class="header">Continue</span>
14 <span class="subheader"></span>
17 <p>When you are done entering voters, please click the button below
18 to proceed to the next step.</p>
20 <%= button_to 'Proceed to Next Step!', :action => 'show', :id => @election.id %>