* refactored the system so that it keeps pictures in a seperate table
[selectricity] / app / views / election / show.rhtml
index 0051861e3475c418d9480a08cf7f0cc5208f9461..ff06521da1dbb997e55b118babd2aeade7985748 100644 (file)
@@ -1,4 +1,4 @@
-<% %>
+<%= render_partial 'progress', 'review' %>
 <h1>Vote Information</h1>
 
 <% if @election.active? %>
@@ -54,7 +54,7 @@
   <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 %>

Benjamin Mako Hill || Want to submit a patch?