X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/269c76d5c3935d915a15dd8e9167321bdea5faf0..99e1580f0d7707b8e2f8c08f8aae70c3d4906637:/app/views/election/show.rhtml diff --git a/app/views/election/show.rhtml b/app/views/election/show.rhtml index 6060fb1..39621bf 100644 --- a/app/views/election/show.rhtml +++ b/app/views/election/show.rhtml @@ -2,18 +2,18 @@ Election Overview - -<% 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?) %> -
The creator of this election has decided that the results +<% elsif (@election.active? && @election.early_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", :action => 'detailed_results', + <%= link_to "View results", :controller => 'election', :action => 'results', :id => @election.id %>. <% end %>
@@ -45,18 +45,38 @@ <% if @election.active? and not @election.authenticated? %> -

Link

-<%= (link_to ("Go Vote!", - :controller => 'voter', :action => 'index', :election_id => @election.id)).to_s %> +

Link to election:

+ <% end -%>
@@ -149,7 +169,7 @@

To embed your election, copy and paste the following code into your homepage:

-
<%= h("") %>
<% end %>