X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/4f2f1126a7a13ee3a6348e6033620ea6eb2b0d8e..7b649ccad8804580632c255b9f451482fdbbe32d:/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 %>