X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/c5d48f6ea92e43f07182d20ebe693692b4330437..HEAD:/app/views/election/edit_candidates.rhtml diff --git a/app/views/election/edit_candidates.rhtml b/app/views/election/edit_candidates.rhtml index 756554d..cd0bd5a 100644 --- a/app/views/election/edit_candidates.rhtml +++ b/app/views/election/edit_candidates.rhtml @@ -1,11 +1,33 @@ -
The following are valid options or candidates in this election:
-1;3A +<% 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 %> + +<% else %> + +You can not edit the list of candidates once the election has begun. +please return to the <%= link_to "election overview page", :action => +'show', :id => @election.id %>.
+ +<% end %>