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

Benjamin Mako Hill || Want to submit a patch?