X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/80ba04e050870cc01835cb1cc93bfd6645efcecd..cdcad04af50c8bb3dce636f097a099ed1da79735:/app/views/election/show.rhtml diff --git a/app/views/election/show.rhtml b/app/views/election/show.rhtml index fe522aa..04c71a6 100644 --- a/app/views/election/show.rhtml +++ b/app/views/election/show.rhtml @@ -3,12 +3,24 @@ -<% if @election.active? %> +<% if @election.done? %> +
Election is finished. <%= link_to "View results", + :action => 'detailed_results', :id => @election.id %>.
+ +<% elsif (@election.active? && @election.viewable?) %> +
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 %>. + <% end %> +
+<% elsif @election.active? %>
Vote is in currently in progress. Return to this page for results on <%= @election.enddate %>.
-<% elsif @election.done? %> -
Election is finished. <%= link_to "View results", - :action => 'results', :id => @election.id %>.
+ <% else %>

<%= link_to "Edit General Information", @@ -41,6 +53,11 @@ +<% if @election.active? and not @election.authenticated? %> +

Link

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

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

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