first (mostly) working version of full elections.
[selectricity-live] / app / views / voter / _sortable_vote.rhtml
index 41544827f8f7c26cc8dc4dfe53ac6058970c1070..2452476d7f71ed0ae26f3457d5c6a64819d95e96 100644 (file)
@@ -1,4 +1,8 @@
-<% %>
+<h2>Your Vote</h2>
+
+<p>Please vote by dragging items in the list below into your preferred
+order.</p>
+
 <div id="sortable_list">
 <ol id="rankings-list">
   <% for ranking in @voter.vote.rankings %>
@@ -8,8 +12,12 @@
 </ol>
 </div>
 
-<div class="clearbox"></div>
+<div class="clear-div"></div>
 
 <%= sortable_element 'rankings-list',
     :url => { :action => "sort_candidates", :id => @voter.vote.id },
-    :complete => visual_effect(:highlight, 'rankings-list') %>
\ No newline at end of file
+    :complete => visual_effect(:highlight, 'rankings-list') %>
+
+<div style="margin-left: 30pt;">
+<%= button_to "Confirm Vote", :action => 'review', :id => @voter.password %>
+</div>

Benjamin Mako Hill || Want to submit a patch?