X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/57886e0afdac6da60651284daee1e088feb14537..eeab5a5ac1a7ddadc191391a14685914bf7c0cfc:/app/views/election/show.rhtml?ds=inline
diff --git a/app/views/election/show.rhtml b/app/views/election/show.rhtml
index 2f62895..39621bf 100644
--- a/app/views/election/show.rhtml
+++ b/app/views/election/show.rhtml
@@ -8,13 +8,13 @@
:election_id => @election.id %>.
<% elsif (@election.active? && @election.early_results? ) %>
-
The creator of this election has decided that the results
+
You have decided that the results
should be viewable while the election is in progress.
- <%if @election.voters.empty? %>
+ <%if @election.voters.select {|v| v.vote.confirmed?}.empty? %>
However, no one has voted yet.
<% else %>
- <%= link_to "View results", :controller => 'voter', :action => 'results',
- :id => "open" %>.
+ <%= link_to "View results", :controller => 'election', :action => 'results',
+ :id => @election.id %>.
<% end %>
<% elsif @election.active? %>