Changed properties to remove unecessary exectables.
[selectricity-live] / app / views / quickvote / success.rhtml
index 93d688208b212d7a87f51aff22c5b72feec65a6b..d793a7ab6f089be0a4e380f452dfbc15ab5f7c89 100644 (file)
@@ -1,5 +1,5 @@
 <% -%>
-<h2>Your QuickVote Was Created</h2>
+<h2>QuickVote Created</h2>
 
 <p>Please direct voters to:</p>
 
@@ -7,10 +7,10 @@
   <%= quickvote_url( :votename => @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( :votename => @quickvote.name ) %></p>

Benjamin Mako Hill || Want to submit a patch?