first (mostly) working version of full elections.
[selectricity-live] / app / views / election / edit_voters.rhtml
1 <div id="title-header">
2   <span class="header">Edit Voter List</span>
3   <span class="subheader"></span>
4 </div>
5
6 <%= render :partial => 'voter_list' %>
7
8 <% form_tag (:action => 'edit_voters', :id => @election.id) do %>
9 <%= render :partial => 'voters_form' %>
10 <% end %>
11
12 <div class="normal-header">
13   <span class="header">Continue</span>
14   <span class="subheader"></span>
15 </div>
16
17 <p>When you are done entering voters, please click the button below
18 to proceed to the next step.</p>
19
20 <%= button_to 'Proceed to Next Step!', :action => 'show', :id => @election.id %>

Benjamin Mako Hill || Want to submit a patch?