X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/257d5a4c8c02d7b001fbfbce4aaced9f9937ff61..HEAD:/app/views/election/edit_voters.rhtml diff --git a/app/views/election/edit_voters.rhtml b/app/views/election/edit_voters.rhtml index 1e98fba..770c5ec 100644 --- a/app/views/election/edit_voters.rhtml +++ b/app/views/election/edit_voters.rhtml @@ -1,10 +1,51 @@ -<% @edit = true %> -
> +<% if @election.kiosk? %> + Because you have enabled kiosk mode, there will be no registration of voters. +<% end %> +Anyone will be able to vote in this election.
+ +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 %> + +<% else %> + +You can not edit the list of voters once the election has begun. +please return to the <%= link_to "election overview page", :action => +'show', :id => @election.id %>.
+ +<% end %> -<%= button_to 'Done!', :action => 'show', :id => @election.id %>