Added a new bar graph, that counts how many points the borda system of
[selectricity] / app / views / quickvote / results.rhtml
index e06b5d6b32b91dc855cc2ee46cb46c135457d61b..5fdfc3c49624aae03bebe9f91eeab9e09e6deed3 100644 (file)
@@ -162,4 +162,8 @@ by several other names.</p>
 <% end %>
 </table>
 
-<%= image_tag( graph_url( :action => 'votes_per_day', :id => @election ) ) %>
+<%= 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 ) ) %>
+
+

Benjamin Mako Hill || Want to submit a patch?