* refactored the system so that it keeps pictures in a seperate table
[selectricity] / app / views / election / edit_candidates.rhtml
index 99f2f129abd0607b2308d256d52572dc775d6c96..837f75560760d0ea03d0b6a652eaf25106682bbc 100644 (file)
@@ -1,9 +1,11 @@
+<%= render_partial 'progress', 'candidates' %>
 <h1>Edit/Add Candidates</h1>
 
 <%= error_messages_for :candidate %>
 
 <% unless @election.candidates.empty? %>
   <p>The following are valid options or candidates in this election:</p>
+1;3A
 
   <% @election.candidates.each do |candidate| %>
     <% @current_candidate = candidate %>
@@ -22,4 +24,4 @@
 <%= submit_tag "Add Candidate" %>
 <% end %>
 
-<%= button_to "Done!", :action => 'show', :id => @election %>
+<%= button_to "Done!", :action => 'new_voters', :id => @election %>

Benjamin Mako Hill || Want to submit a patch?