Refined the CSS and fixed some of the more recent issues.
[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 <p>Please direct voters to:</p>
8
9 <blockquote><strong>
10   <%= quickvote_url( :ident => @quickvote.name ) -%>
11 </strong></blockquote>
12
13 <p>This vote will end on <em><%= @quickvote.enddate.strftime('%A, %B %d, %Y') %></em></p>
14
15 <p>QuickVotes are open to the public but are not publicly listed on the
16 HyperChad site. Voters do not need to log in or authenticate to
17 participate in this election.</p>
18
19 <p><%= link_to "Jump to QuickVote", quickvote_url( :ident => @quickvote.name ) %></p>

Benjamin Mako Hill || Want to submit a patch?