Added initial support fo QuickVotes. There is support for the creation
[selectricity] / 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><%= url_for :action => 'quickvote', :id => @quickvote.id, :only_path => false %></strong></blockquote>
13
14 <p>This vote will expire on <em><%= @quickvote.enddate %></em></p>
15

Benjamin Mako Hill || Want to submit a patch?