Modified graphs to ahve a 4 color scheme, but it isn't the full palette of selectrici...
[selectricity] / app / views / quickvote / results.rhtml
index 98a71e54c97cdf8f05368832506b5b5ba8f5327d..5626636c7000b0a29aa9de1c07bb2c24d6529a8e 100644 (file)
@@ -145,7 +145,6 @@ by several other names.</p>
 <div class="clearbox"></div>
 
 <h2>Voters</h2>
-
 <table class="voterbox">
 <tr>
 <th>IP Address</th>
@@ -168,8 +167,9 @@ by several other names.</p>
 <% end %>
 </table>
 
+<%= render :partial => 'pref_table' %>
+
 <%= image_tag( graph_url( :action => 'votes_per_day', :id => @election ) ) %><br />
 <%= image_tag( graph_url( :action => 'votes_per_interval', :id => @election ))%><br />
 <%= image_tag( graph_url( :action => 'borda_bar', :id => @election ) ) %><br />
 <%= image_tag( graph_url( :action => 'choices_positions', :id => @election ) ) %>
-

Benjamin Mako Hill || Want to submit a patch?