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 8ce400a..5fdfc3c
@@ -161,3 +161,9 @@ by several other names.</p>
   </tr>
 <% end %>
 </table>
+
+<%= 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?