cluster configuration for new machine
[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>

Benjamin Mako Hill || Want to submit a patch?