X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/2ba40f97b78f529984ff26c7c7d61c91d213e7b0..5d7239d388387fdae166801c7d26c4103d0d5b0c:/app/views/election/show.rhtml?ds=sidebyside diff --git a/app/views/election/show.rhtml b/app/views/election/show.rhtml index f389059..2a23168 100644 --- a/app/views/election/show.rhtml +++ b/app/views/election/show.rhtml @@ -1,30 +1,46 @@ -<% %> -
Summary
+ ++<%= h(@election.name) %> +-
Description
<%= h(@election.description) %>-
Election End Date
+End Date
<%= @election.enddate %>-
<%= link_to "Edit election overview.", :action => 'edit', :id => @election.id %>
+<% unless @election.active %> +<%= 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 for this election. - <%= link_to "Add some!", :action => 'edit_candidates', :id => @election.id %>
+There are currently no candidates registered. <%= link_to "Add some!", :action => 'edit_candidates', :id => @election.id unless @election.active %>
<% end %> @@ -32,7 +48,37 @@ <% unless @election.voters.empty? %> <%= render :partial => 'voter_list' %> + <%= link_to "Add or remove voters.", :action => 'edit_voters', :id => @election.id unless @election.active %> <% else %> -There are currently no voters registered for this election. - <%= link_to "Add some!", :action => 'edit_voters', :id => @election.id %>
+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:
+ +