Added a new bar graph, that counts how many points the borda system of
[selectricity-live] / app / views / quickvote / results.rhtml
index 030d2467d925d6d49282e988cdd1bbdf1e79987f..5fdfc3c49624aae03bebe9f91eeab9e09e6deed3 100644 (file)
@@ -163,7 +163,7 @@ by several other names.</p>
 </table>
 
 <%= image_tag( graph_url( :action => 'votes_per_day', :id => @election ) ) %><br />
-<%= image_tag( graph_url(:action => 'votes_per_interval', :id => @election)) %>
-
+<%= image_tag( graph_url( :action => 'votes_per_interval', :id => @election ))%><br />
+<%= image_tag( graph_url( :action => 'borda_bar', :id => @election ) ) %>
 
 

Benjamin Mako Hill || Want to submit a patch?