Information On <%= @election.name %>
Overview <%= link_to "edit", :action => 'edit', :id => @election.id %>
Description
<%= @election.description %>
Candidates <%= link_to "edit", :action => 'edit_candidates', :id => @election.id %>
The following are valid options or candidates in this election:
<% @election.candidates.each do |candidate| %>
<% @candidate = candidate %>
<%= render :partial => 'candidate_line' %>
<% end %>
Voters <%= link_to "edit", :action => 'edit_voters', :id => @election.id %>