Merge jdong
[selectricity-live] / app / views / election / show.rhtml
index ff06521da1dbb997e55b118babd2aeade7985748..2a2316861f40fb95096ea7ada6b4fd1aee945572 100644 (file)
@@ -1,4 +1,3 @@
-<%= render_partial 'progress', 'review' %>
 <h1>Vote Information</h1>
 
 <% if @election.active? %>
@@ -34,7 +33,7 @@
 <% end %>
 
 <h2>Candidates</h2> 
-
+<% %>
 <% unless @election.candidates.empty? %>
   <%= render :partial => 'candidate_list' %>
   <% unless @election.active %>
@@ -65,7 +64,7 @@
     <% 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>

Benjamin Mako Hill || Want to submit a patch?