X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/c933ff40da110253bc4c474d9c79c3a4ed98721d..3096416bbb8fdc92d7619aecc8237a57532d9066:/app/views/election/show.rhtml diff --git a/app/views/election/show.rhtml b/app/views/election/show.rhtml index 954e480..90c93ea 100644 --- a/app/views/election/show.rhtml +++ b/app/views/election/show.rhtml @@ -1,18 +1,67 @@ <% %>
Description
-<%= @election.description %> +<%= h(@election.description) %>-
Election End Date
+ ++<%= @election.enddate %> ++ +
<%= link_to "Edit election overview.", :action => 'edit', :id => @election.id %>
+ +<%= link_to "Add, remove, or edit candidates.", :action => 'edit_candidates', :id => @election.id %>
+<% else %> +There are currently no candidates registered for this election. + <%= link_to "Add some!", :action => 'edit_candidates', :id => @election.id %>
+ +<% end %> + +There are currently no voters registered for this election. + <%= link_to "Add some!", :action => 'edit_voters', :id => @election.id %>
+<% end %> + +Your election cannot be started for the following reasons:
+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:
-<%= render :partial => 'candidate_list' %> +