<%= submit_tag "Add Candidate" %>
<% end %>There are no candidates registered for this election.
<% end %>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 %> <% 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 %>