X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/fc0a6a8d7ea15bcdb27ebdd58721401c7045c6e0..c65b1e11059c5cf510b54c785d4a246215058f70:/app/views/quickvote/results.rhtml diff --git a/app/views/quickvote/results.rhtml b/app/views/quickvote/results.rhtml old mode 100755 new mode 100644 index ef2ffd9..7152072 --- a/app/views/quickvote/results.rhtml +++ b/app/views/quickvote/results.rhtml @@ -21,7 +21,7 @@

Number of voters:

- <%= @election.voters.length %> (see below for details) + <%= @election.voters.reject {|v| not v.voted? }.length %> (see below for details)

Winners

@@ -161,3 +161,7 @@ by several other names.

<% end %> + + +<%= image_tag( graph_url( :action => 'day_votes', :id => @election ) ) %> +<%= image_tag( graph_url( :action => 'show' ) ) %>