X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/2ba40f97b78f529984ff26c7c7d61c91d213e7b0..597d4add3416d06c2befb6368a06f6cea4215a39:/app/views/election/edit_candidates.rhtml diff --git a/app/views/election/edit_candidates.rhtml b/app/views/election/edit_candidates.rhtml index b5f06ff..7e1f315 100644 --- a/app/views/election/edit_candidates.rhtml +++ b/app/views/election/edit_candidates.rhtml @@ -1,8 +1,31 @@ -
<%= submit_tag "Add Candidate" %>
+<% end %> -<% unless @election.candidates.empty? %> -The following are valid options or candidates in this election:
+There are no candidates registered for this election.
<% end %> -Please enter new candidates below.
-<%= render :partial => 'candidates_form' %> -<%= button_to "Done!", :action => 'show', :id => @election %> + +When you are done entering candidates, please click the button below +to proceed to the next step.
+ +<%= button_to "Proceed to Next Step", :action => 'new_voters', :id => @election %>