Fixed choices_positions to use GruffGraff class. Initialize method now had a way of
[selectricity-live] / app / views / quickvote / results.rhtml
index 5fdfc3c49624aae03bebe9f91eeab9e09e6deed3..0c5336799bcf8546e945fe5bf01b60f64f2f16f6 100644 (file)
@@ -164,6 +164,6 @@ 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 => 'borda_bar', :id => @election ) ) %><br />
+<%= image_tag( graph_url( :action => 'choices_positions', :id => @election ) ) %>
 

Benjamin Mako Hill || Want to submit a patch?