Added support for voting in QuickVotes.
[selectricity-live] / app / views / site / success_quickvote.rhtml
1 <% %>
2
3 <p>Vote Created</p>
4
5 <p>You have successfully created a QuickVote.</p>
6
7 <p>QuickVotes are open to the public but are not publicly listed on the
8 HyperChad site. Voters do not need to log in or authenticate to
9 participate in this election.</p>
10
11 <p>Direct voters to:</p>
12 <blockquote><strong><%= quickvote_url( :votename => @quickvote.name ) %></strong></blockquote>
13
14 <p>This vote will expire on <em><%= @quickvote.enddate %></em></p>
15
16 <p><%= link_to "Visit in or vote in your QuickVote", quickvote_url( :votename => @quickvote.name ) %></p>

Benjamin Mako Hill || Want to submit a patch?