]> projects.mako.cc - selectricity/blob - app/views/quickvote/success.rhtml
Remove deprecated start_form_tag and end_form_tags. Now you're supposed to do form_ta...
[selectricity] / 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?