95ae386762902ffb99611a9f7250d38124d3e44d
[selectricity] / app / views / quickvote / success.rhtml
1 <div id="page-title">
2         <span class="header">Quickvote</span>
3         <span class="subheader">New QuickVote Created</span>
4         <div style="clear:both;"></div>
5 </div>
6
7 <div class="main-content">
8
9 <p>Please direct voters to:</p>
10
11 <blockquote><strong>
12   <%= quickvote_url( :ident => @quickvote.name ) -%>
13 </strong></blockquote>
14
15 <p>This vote will end on <em><%= @quickvote.enddate.strftime('%A, %B %d, %Y') %></em></p>
16
17 <p>QuickVotes are open to the public but are not publicly listed on the
18 HyperChad site. Voters do not need to log in or authenticate to
19 participate in this election.</p>
20
21 <p><%= link_to "Jump to QuickVote", quickvote_url( :ident => @quickvote.name ) %></p>
22 </div>

Benjamin Mako Hill || Want to submit a patch?