X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/c65b1e11059c5cf510b54c785d4a246215058f70..c35eb01007440d21ded1ec10e56406108fe44294:/app/views/election/show.rhtml diff --git a/app/views/election/show.rhtml b/app/views/election/show.rhtml index 0051861..3e63628 100644 --- a/app/views/election/show.rhtml +++ b/app/views/election/show.rhtml @@ -1,5 +1,7 @@ -<% %> -

Vote Information

+
+ Election Overview + +
<% if @election.active? %>
Vote is in currently in progress. Return to @@ -9,8 +11,6 @@ :action => 'results', :id => @election.id %>.
<% end %> -

Overview

-

Summary

@@ -33,7 +33,10 @@

<%= link_to "Edit overview.", :action => 'edit', :id => @election.id %>

<% end %> -

Candidates

+
+ Candidates + +
<% unless @election.candidates.empty? %> <%= render :partial => 'candidate_list' %> @@ -45,7 +48,10 @@ <% end %> -

Voters

+
+ Voters + +
<% unless @election.voters.empty? %> <%= render :partial => 'voter_list' %> @@ -54,8 +60,12 @@

There are currently no voters registered. <%= link_to "Add some!", :action => 'edit_voters', :id => @election.id unless @election.active %>

<% end %> -<% unless @election.active %> -

Start Election

+<% unless @election.active? %> + +
+ Start Election + +
<% if @election.start_blockers.length > 0 %>

Your vote cannot be started for the following reasons:

@@ -65,7 +75,7 @@ <% end %> <% else %> -

Please check eveything carefully on this page before starting this +

Please check everything carefully on this page before starting this vote. Once you begin the vote, you will not be able to add or change candidates, modify the voting lists, or change the end time.