X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/ffec26b00fc14b92f82137e1e3c62ce78c93ea24..98bb7b88caea42148d7ebd72e408f523bcac4f96:/app/views/election/show.rhtml?ds=inline diff --git a/app/views/election/show.rhtml b/app/views/election/show.rhtml index 5d22f44..5de6081 100644 --- a/app/views/election/show.rhtml +++ b/app/views/election/show.rhtml @@ -1,16 +1,33 @@ -<%= render_partial 'progress', 'review' %> -
+ <%= link_to "Edit General Information", + :action => 'edit_general_information', :id => @election.id %> +
<% end %> -Summary
@@ -23,39 +40,76 @@ <%= h(@election.description) %>-
End Date
+Additional Information
--<%= @election.enddate %> -+
<%= link_to "Edit overview.", :action => 'edit', :id => @election.id %>
+<% if @election.embeddable %> +<%= 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 %>
+Link
+<%= (link_to ("Go Vote!", + :controller => 'voter', :action => 'index', :election_id => @election.id)).to_s %> +<% end -%> + ++ <%= link_to "Edit Candidates", + :action => 'edit_candidates', :id => @election.id %>
<% end %> -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? %> -Your vote cannot be started for the following reasons:
@@ -75,11 +129,27 @@To embed your election, copy and paste the following code into your +homepage:
+ +<%= h("") %>+ <% end %>