X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/57a193789d1f48a856816c357483cfd7c621cd9d..15870a550ddd18192efc71c1355a238e7c7c53e8:/app/views/election/show.rhtml?ds=inline
diff --git a/app/views/election/show.rhtml b/app/views/election/show.rhtml
index ff116f4..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? %>
@@ -71,9 +71,10 @@
(<%= votepassword_url(:urlpassword => "open." + @election.id.to_s) %>)
<% if @election.kiosk %>
-
<%= (link_to ("Kiosk mode",
- :controller => 'voter', :action => 'index', :election_id => @election.id, :kiosk => true)).to_s %>
- (<%= votepassword_url(:urlpassword => "open." + @election.id.to_s, :kiosk => true) %>)
+
<%= link_to("Kiosk mode",
+ kiosk_ready_url(:urlpassword => "open." + @election.id.to_s,
+ :kiosk => true)) %>
+ (<%= kiosk_ready_url(:urlpassword => "open." + @election.id.to_s, :kiosk => true) %>)
<% end %>
<% end -%>