c68e22bc0046ee7ec95abe5c291d12a6f6bd310b
[selectricity] / app / views / voter / thanks.rhtml
1 <div id="title-header">
2   <span class="header">Vote Recorded</span>
3   <span class="subheader"></span>
4 </div>
5
6 <p>Your vote has been recorded for the <strong><%= @voter.election.name
7 %></strong>.</p>
8
9 <p>Your unique token for this vote is: <strong><%= @voter.vote.token %></strong></p>
10
11 <p>Please record this token for your records and keep it secret. This is
12 <strong>not</strong> the same token that you received in email. At the
13 end of the election, you will be able to use this token to verify that
14 your vote was used in the election and that your vote was recorded
15 correctly.</p>
16
17 <% if @voter.election.kiosk? and params[:kiosk] == 'true' %>
18
19 <p>Please click the done button below when finished to reset the system
20 for the next voter.</p>
21
22 <%= button_to "Done", :action => "kiosk_ready", :id => @password, :kiosk => true  %>
23
24 <% end %>

Benjamin Mako Hill || Want to submit a patch?