<p><strong>Number of voters:</strong></p>
<blockquote>
- <%= @election.voters.length %> (see below for details)
+ <%= @election.voters.reject {|v| not v.voted? }.length %> (see below for details)
</blockquote>
<h2>Winners</h2>
</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 ) ) %>
+
+