Added the choices position and get_posititons_info to graph controller. Right now...
[selectricity] / app / views / quickvote / results.rhtml
index 5fdfc3c49624aae03bebe9f91eeab9e09e6deed3..33bb0388ab1957f7cf84400d40be10615281c5fc 100644 (file)
@@ -165,5 +165,5 @@ by several other names.</p>
 <%= 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 ) ) %>
-
+<%= image_tag( graph_url( :action => 'choices_positions', :id => @election ) ) %>
 

Benjamin Mako Hill || Want to submit a patch?