X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/538c52ea43285fc1ae40e3c3ff5ee78befa1c142..ee280d9250b5b4c925cc6b4809ce40437d600e7d:/app/views/voter/thanks.rhtml diff --git a/app/views/voter/thanks.rhtml b/app/views/voter/thanks.rhtml index 883b4fa..84054d6 100644 --- a/app/views/voter/thanks.rhtml +++ b/app/views/voter/thanks.rhtml @@ -6,10 +6,21 @@

Your vote has been recorded for the <%= @voter.election.name %>.

+<% if @voter.election.verifiable %>

Your unique token for this vote is: <%= @voter.vote.token %>

Please record this token for your records and keep it secret. This is -not the same token that you recieved in email. At the +not the same token that you received in email. At the 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.

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