X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/c933ff40da110253bc4c474d9c79c3a4ed98721d..f95bdca9d25333308ef2f0c80eb2011f42d4a5eb:/app/views/election/show.rhtml?ds=sidebyside diff --git a/app/views/election/show.rhtml b/app/views/election/show.rhtml index 954e480..2a23168 100644 --- a/app/views/election/show.rhtml +++ b/app/views/election/show.rhtml @@ -1,18 +1,84 @@ -<% %> -
Summary
+ ++<%= h(@election.name) %> +
Description
-<%= @election.description %> +<%= h(@election.description) %> ++ +
End Date
+ ++<%= @election.enddate %>-
<%= link_to "Edit overview.", :action => 'edit', :id => @election.id %>
+<% end %> + +<%= link_to "Add, remove, or edit candidates.", :action => 'edit_candidates', :id => @election.id %>
+ <% end %> +<% else %> +There are currently no candidates registered. <%= link_to "Add some!", :action => 'edit_candidates', :id => @election.id unless @election.active %>
+ +<% end %> + +There are currently no voters registered. <%= link_to "Add some!", :action => 'edit_voters', :id => @election.id unless @election.active %>
+<% end %> + +<% unless @election.active? %> +Your vote cannot be started for the following reasons:
+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.
+ +When you begin the vote, the following will happen:
-<%= render :partial => 'candidate_list' %> +