first (mostly) working version of full elections.
[selectricity] / app / views / election / edit_voters.rhtml
index 1e98fbaf93d39ac0dd636d14fe1675749af94203..8819b952d03b158e4334d8c2115ea873506f57cb 100644 (file)
@@ -1,5 +1,7 @@
-<% @edit = true %>
-<h1>Edit Voter List</h1>
+<div id="title-header">
+  <span class="header">Edit Voter List</span>
+  <span class="subheader"></span>
+</div>
 
 <%= render :partial => 'voter_list' %>
 
@@ -7,4 +9,12 @@
 <%= render :partial => 'voters_form' %>
 <% end %>
 
-<%= button_to 'Done!', :action => 'show', :id => @election.id %>
+<div class="normal-header">
+  <span class="header">Continue</span>
+  <span class="subheader"></span>
+</div>
+
+<p>When you are done entering voters, please click the button below
+to proceed to the next step.</p>
+
+<%= button_to 'Proceed to Next Step!', :action => 'show', :id => @election.id %>

Benjamin Mako Hill || Want to submit a patch?