-<% %>
+<%= render_partial 'progress', 'review' %>
<h1>Vote Information</h1>
<% if @election.active? %>
<% end %>
<h2>Candidates</h2>
-
+<% %>
<% unless @election.candidates.empty? %>
<%= render :partial => 'candidate_list' %>
<% unless @election.active %>
<p><em>There are currently no voters registered. <%= link_to "Add some!", :action => 'edit_voters', :id => @election.id unless @election.active %></em></p>
<% end %>
-<% unless @election.active %>
+<% unless @election.active? %>
<h2>Start Election</h2>
<% if @election.start_blockers.length > 0 %>
<% end %>
</ul>
<% else %>
- <p>Please check eveything carefully on this page before starting this
+ <p>Please check everything carefully on this page before starting this
vote. Once you begin the vote, you will <em>not</em> be able to add or
change candidates, modify the voting lists, or change the end
time.</p>