first (mostly) working version of full elections.
[selectricity-live] / 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. You
12 will be able to use this token to verify that your vote was used in the
13 election and that your vote was recorded correctly.</p>

Benjamin Mako Hill || Want to submit a patch?