]> projects.mako.cc - selectricity/blobdiff - app/views/voter/full_vote.rhtml
Remove useless puts calls; fix gmap api key for selectricity.org
[selectricity] / app / views / voter / full_vote.rhtml
old mode 100755 (executable)
new mode 100644 (file)
index 2f1fc22..cfc20e3
@@ -5,6 +5,6 @@
 <p><strong>Description:</strong></p>
 <blockquote><%= @voter.election.description %></blockquote>
 
-<%= render_partial 'vote' %>
-
+<%= render :partial => 'sortable_vote' %>
 
+<%= button_to "Submit Vote", :action => 'review', :id => @voter.password %>

Benjamin Mako Hill || Want to submit a patch?