]> projects.mako.cc - selectricity-live/blob - app/views/quickvote/success.rhtml
save! changed to save for add_theme method, and a check to give the election an embed...
[selectricity-live] / 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 listed on the
15 Selectricity site except right when they were created. Voters do not
16 need to log in or authenticate to 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?