X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/500f98b7b7c16d3b75ee85ef1cd7bc9180f3a533..597d4add3416d06c2befb6368a06f6cea4215a39:/app/views/election/edit_candidates.rhtml diff --git a/app/views/election/edit_candidates.rhtml b/app/views/election/edit_candidates.rhtml index dcd601a..7e1f315 100644 --- a/app/views/election/edit_candidates.rhtml +++ b/app/views/election/edit_candidates.rhtml @@ -1,10 +1,31 @@ -
The following are valid options or candidates in this election:
+<% form_tag( { :action => :add_candidate, :id => @election.id }, + :multipart => true ) do %> +<%= render :partial => 'candidate_form' %> +<%= submit_tag "Add Candidate" %>
+<% end %> + +There are no candidates registered for this election.
<% end %> -Please enter new candidates below.
+When you are done entering candidates, please click the button below +to proceed to the next step.
-<%= button_to "Done!", :action => 'new_voters', :id => @election %> +<%= button_to "Proceed to Next Step", :action => 'new_voters', :id => @election %>