Remove the 3A escape code from the view.
[selectricity-live] / app / views / election / edit_candidates.rhtml
index 99f2f129abd0607b2308d256d52572dc775d6c96..dcd601a9cf72b3501061a3b18bfb83126e30367b 100644 (file)
@@ -1,4 +1,4 @@
-<h1>Edit/Add Candidates</h1>
+<h2>Edit/Add Candidates</h2>
 
 <%= error_messages_for :candidate %>
 
@@ -22,4 +22,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?