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

Benjamin Mako Hill || Want to submit a patch?