X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/5901217a8893619fbdb02d540c08390f92eae368..597d4add3416d06c2befb6368a06f6cea4215a39:/app/views/election/show.rhtml?ds=inline diff --git a/app/views/election/show.rhtml b/app/views/election/show.rhtml index 3e63628..5a46af9 100644 --- a/app/views/election/show.rhtml +++ b/app/views/election/show.rhtml @@ -9,6 +9,11 @@ <% elsif @election.done? %>
+ <%= link_to "Edit General Information", + :action => 'edit_general_information', :id => @election.id %> +
<% end %>Summary
@@ -23,29 +28,44 @@ <%= h(@election.description) %> -End Date
+Additional Information
--<%= @election.enddate %> -+
<%= link_to "Edit overview.", :action => 'edit', :id => @election.id %>
+<% if @election.embeddable %> +Link
+<%= (link_to ("Go Vote!", + :controller => 'voter', :action => 'index', :election_id => @election.id)).to_s %> +<% 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 %>
+<% if not (@election.active? or @election.done?) %> ++ <%= link_to "Edit Candidates", + :action => 'edit_candidates', :id => @election.id %>
+<% end %> + + +<% if @election.candidates.empty? %> +There are currently no candidates registered. + <%= link_to "Add some!", :action => 'edit_candidates', :id => @election.id %> +
+<% else %> + <%= render :partial => 'candidate_list' %> <% end %>+ <%= link_to "Change Voters/Options", + :action => 'edit_voters', :id => @election.id %>
+<% end %> + +<% if not @election.authenticated? %> +This election is open the public.
+<% elsif @election.voters.empty? %> +There are currently no voters registered. + <%= link_to "Add some!", :action => 'edit_voters', + :id => @election.id %>
<% else %> -There are currently no voters registered. <%= link_to "Add some!", :action => 'edit_voters', :id => @election.id unless @election.active %>
+ <%= render :partial => 'voter_list' %> +<%= link_to "Add or remove voters.", :action => 'edit_voters', + :id => @election.id unless @election.active? or @election.done? %> +
<% end %> -<% unless @election.active? %> +<% if not (@election.active? or @election.done?) %>To embed your election, copy and paste the following code into your +homepage:
+ +<%= h("") %>+ <% end %>