X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/f1e56bb13af6a40c2a81d224cff940f73aae6875..48c010a3cab1ead44b32389a9eb7870cc76d709e:/app/views/voter/thanks.rhtml?ds=sidebyside diff --git a/app/views/voter/thanks.rhtml b/app/views/voter/thanks.rhtml index 7562c61..c68e22b 100644 --- a/app/views/voter/thanks.rhtml +++ b/app/views/voter/thanks.rhtml @@ -13,3 +13,12 @@ end of the election, you will be able to use this token to verify that your vote was used in the election and that your vote was recorded correctly.
+ +<% if @voter.election.kiosk? and params[:kiosk] == 'true' %> + +Please click the done button below when finished to reset the system +for the next voter.
+ +<%= button_to "Done", :action => "kiosk_ready", :id => @password, :kiosk => true %> + +<% end %>