X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/269c76d5c3935d915a15dd8e9167321bdea5faf0..2fed9b6ceaf0953daf0f085f78520263ab0fa804:/app/views/election/show.rhtml?ds=inline
diff --git a/app/views/election/show.rhtml b/app/views/election/show.rhtml
index 6060fb1..5de6081 100644
--- a/app/views/election/show.rhtml
+++ b/app/views/election/show.rhtml
@@ -2,19 +2,19 @@
-
-<% if @election.done? %>
+<% if @election.enddate < Time.now %>
Election is finished. <%= link_to "View results",
- :action => 'detailed_results', :id => @election.id %>.
+ :controller => 'voter', :action => 'index',
+ :election_id => @election.id %>.
-<% elsif (@election.active? && @election.viewable?) %>
+<% elsif (@election.active? && @election.early_results? ) %>
The creator of this election has decided that the results
should be viewable while the election is in progress.
<%if @election.voters.empty? %>
However, no one has voted yet.
<% else %>
- <%= link_to "View results", :action => 'detailed_results',
- :id => @election.id %>.
+ <%= link_to "View results", :controller => 'voter', :action => 'results',
+ :id => "open" %>.
<% end %>
<% elsif @election.active? %>
@@ -45,7 +45,7 @@
- Elections will end at <%= @election.enddate
%>.
- Elections results <% if
@election.early_results %>will be<% else %>will not be<% end
-%> will be visible while election is in progress.
+%> visible while election is in progress.
<% if @election.embeddable %>
- Elections will be embeddable.
@@ -149,7 +149,7 @@
To embed your election, copy and paste the following code into your
homepage:
-
<%= h("