X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/257d5a4c8c02d7b001fbfbce4aaced9f9937ff61..947bdc28cd01bc025ffde2af3472b38e5d30f9d1:/app/views/election/edit_voters.rhtml diff --git a/app/views/election/edit_voters.rhtml b/app/views/election/edit_voters.rhtml index 1e98fba..77093fe 100644 --- a/app/views/election/edit_voters.rhtml +++ b/app/views/election/edit_voters.rhtml @@ -1,10 +1,35 @@ -<% @edit = true %> -

Edit Voter List

+
+ Edit Voter List + +
+

>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 + +
+ +

When you are done entering voters, please click the button below +to proceed to the next step.

-<%= button_to 'Done!', :action => 'show', :id => @election.id %> +<%= button_to 'Proceed to Next Step!', :action => 'show', :id => @election.id %>