Major integration of Courtland's design into the QuickVotes.
[selectricity-live] / app / views / election / edit_candidates.rhtml
index 99f2f129abd0607b2308d256d52572dc775d6c96..756554dcd83950c18a42da63412e19ac75a16401 100644 (file)
@@ -1,9 +1,10 @@
-<h1>Edit/Add Candidates</h1>
+<h2>Edit/Add Candidates</h2>
 
 <%= 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 +23,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?