X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/05ebed925ae2b5e7bf2a599536ba7d7ac15ffbf7..15870a550ddd18192efc71c1355a238e7c7c53e8:/app/views/voter/thanks.rhtml?ds=inline diff --git a/app/views/voter/thanks.rhtml b/app/views/voter/thanks.rhtml index 7562c61..84054d6 100644 --- a/app/views/voter/thanks.rhtml +++ b/app/views/voter/thanks.rhtml @@ -6,6 +6,7 @@
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 @@ -13,3 +14,13 @@ 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 %>