The defeats lsit partial contains the display logic for the mehtod added to condorcet...
[selectricity] / app / views / quickvote / results.rhtml
index 3b3a54d9ef68e11128b22891956d9bdb05cdf9fd..cba32d08f66761ffad948f64a949e0feb884505f 100644 (file)
@@ -1,3 +1,4 @@
+<%  %>
 <%require 'IPAddr' %>
 <h1>Results</h1>
 
@@ -167,6 +168,7 @@ by several other names.</p>
 <% end %>
 </table>
 
+<%= render :partial => 'defeats_list' %>
 <%= render :partial => 'pref_table' %>
 
 <%= image_tag( graph_url( :action => 'votes_per_day', :id => @election ) ) %><br />

Benjamin Mako Hill || Want to submit a patch?