>Anyone will be able to
vote in this election.
>
<%= render :partial => 'voter_list' %>
<% form_tag (:action => 'edit_voters', :id => @election.id) do %>
<%= render :partial => 'voters_form' %>
<% end %>
<%= check_box :election, :authenticated %> Only allow registered voters
<%= observe_field "election_authenticated",
:url => { :action => 'toggle_authenticated', :id => @election.id },
:complete => 'Element.toggle($("voter_info_box")); Element.toggle($("unauth_notice"));',
:with => 'authenticated' %>
When you are done entering voters, please click the button below
to proceed to the next step.
<%= button_to 'Proceed to Next Step!', :action => 'show', :id => @election.id %>