X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/f7761282a6a0744caadfa6ddfb44f09d68c9f928..3f5f14d1c73ff2614b0012d027e7360583e1a70e:/app/views/election/edit_candidates.rhtml diff --git a/app/views/election/edit_candidates.rhtml b/app/views/election/edit_candidates.rhtml index 99f2f12..837f755 100644 --- a/app/views/election/edit_candidates.rhtml +++ b/app/views/election/edit_candidates.rhtml @@ -1,9 +1,11 @@ +<%= render_partial 'progress', 'candidates' %>

Edit/Add Candidates

<%= error_messages_for :candidate %> <% unless @election.candidates.empty? %>

The following are valid options or candidates in this election:

+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 %>