added support for results for full elections
[selectricity-live] / app / views / voter / _vote_sidebar.rhtml
diff --git a/app/views/voter/_vote_sidebar.rhtml b/app/views/voter/_vote_sidebar.rhtml
new file mode 100644 (file)
index 0000000..5b8d038
--- /dev/null
@@ -0,0 +1,10 @@
+<h2>Your Vote</h2>
+
+<p>Please vote by dragging items in the list below into your preferred
+order.</p>
+
+<%= render :partial => 'common/sortable_vote' %>
+
+<div style="margin-left: 30pt;">
+<%= button_to "Submit Vote", :action => 'review', :id => @voter.password %>
+</div>

Benjamin Mako Hill || Want to submit a patch?