]> projects.mako.cc - selectricity-live/blobdiff - app/views/quickvote/results.rhtml
Added the choices position and get_posititons_info to graph controller. Right now...
[selectricity-live] / app / views / quickvote / results.rhtml
index e06b5d6b32b91dc855cc2ee46cb46c135457d61b..33bb0388ab1957f7cf84400d40be10615281c5fc 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 ) ) %>
+<%= image_tag( graph_url( :action => 'choices_positions', :id => @election ) ) %>
+

Benjamin Mako Hill || Want to submit a patch?