Added a new bar graph, that counts how many points the borda system of
[selectricity] / app / views / quickvote / results.rhtml
old mode 100755 (executable)
new mode 100644 (file)
index 321dbbc..5fdfc3c
@@ -161,4 +161,9 @@ by several other names.</p>
   </tr>
 <% end %>
 </table>
-<img src="<% url_for(:controller => 'graphs', :action => 'day_votes', :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?