% %>
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 %>
<%= render :partial => 'candidate_list' %>
Voters <%= link_to "edit", :action => 'edit_voters', :id => @election.id %>
<%= render :partial => 'voter_list' %>