-<% -%>
-<h2>Your QuickVote Was Created</h2>
+<div id="title-header">
+ <span class="header">Quickvote</span>
+ <span class="subheader">New QuickVote Created</span>
+</div>
<p>Please direct voters to:</p>
<blockquote><strong>
- <%= quickvote_url( :votename => @quickvote.name ) -%>
+ <%= quickvote_url( :ident => @quickvote.name ) -%>
</strong></blockquote>
-<p>This vote will close on <em><%= @quickvote.enddate %></em></p>
+<p>This vote will end on <em><%= @quickvote.enddate.strftime('%A, %B %d, %Y') %></em></p>
<p>QuickVotes are open to the public but are not publicly listed on the
HyperChad site. Voters do not need to log in or authenticate to
participate in this election.</p>
-<p><%= link_to "Jump to your QuickVote.", quickvote_url( :votename => @quickvote.name ) %></p>
+<p><%= link_to "Jump to QuickVote", quickvote_url( :ident => @quickvote.name ) %></p>