X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/5901217a8893619fbdb02d540c08390f92eae368..57a193789d1f48a856816c357483cfd7c621cd9d:/app/views/election/edit_voters.rhtml diff --git a/app/views/election/edit_voters.rhtml b/app/views/election/edit_voters.rhtml index 8819b95..77093fe 100644 --- a/app/views/election/edit_voters.rhtml +++ b/app/views/election/edit_voters.rhtml @@ -3,11 +3,26 @@ +

>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' %> + +
Continue