Both quickvotes and full-size elections use the same partial in views/voter
[selectricity] / app / views / voter / full_vote.rhtml
index e6ccb26d16f8e55a04cc7d7bc601150a5ebb07ab..cfc20e3c0e40fbfd05cd935dec9238638ddfc906 100644 (file)
@@ -5,9 +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?