X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/fc0a6a8d7ea15bcdb27ebdd58721401c7045c6e0..83a39529b634c0344a7884d5813e3f7e1a7dbcb4:/app/views/voter/thanks.rhtml diff --git a/app/views/voter/thanks.rhtml b/app/views/voter/thanks.rhtml old mode 100755 new mode 100644 index ab8992c..c68e22b --- a/app/views/voter/thanks.rhtml +++ b/app/views/voter/thanks.rhtml @@ -1,9 +1,24 @@ -<% %> +
Your vote has been recorded.
+Your vote has been recorded for the <%= @voter.election.name +%>.
Your unique token for this vote is: <%= @voter.vote.token %>
-Please record this token for your records and keep it secret. 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.
+Please record this token for your records and keep it secret. This is +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.
+ +<% 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 %>