X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/c8404eeb9ad60aa18526c56feff2d26ea161028b..2fed9b6ceaf0953daf0f085f78520263ab0fa804:/app/views/election/edit_candidates.rhtml?ds=inline diff --git a/app/views/election/edit_candidates.rhtml b/app/views/election/edit_candidates.rhtml index 756554d..7e1f315 100644 --- a/app/views/election/edit_candidates.rhtml +++ b/app/views/election/edit_candidates.rhtml @@ -1,11 +1,31 @@ -
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 %>