X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/2ba40f97b78f529984ff26c7c7d61c91d213e7b0..fd484b33a3920e0031007c5c2f1dec61913cbab5:/app/views/election/show.rhtml diff --git a/app/views/election/show.rhtml b/app/views/election/show.rhtml index f389059..90c93ea 100644 --- a/app/views/election/show.rhtml +++ b/app/views/election/show.rhtml @@ -32,7 +32,36 @@ <% unless @election.voters.empty? %> <%= render :partial => 'voter_list' %> + <%= link_to "Add or remove voters.", :action => 'edit_voters', :id => @election.id %>

<% else %>

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

<% end %> + +

Start Election

+ +<% if @election.start_blockers.length > 0 %> +

Your election cannot be started for the following reasons:

+ +<% else %> +

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

+ +

When you begin the election, the following will happen:

+ + + +<%= button_to 'Start Election!', :action => 'start_election', :id => @election.id %> + +<% end %>