Refined the CSS and fixed some of the more recent issues.
[selectricity] / app / views / quickvote / success.rhtml
old mode 100755 (executable)
new mode 100644 (file)
index d793a7a..428a3f2
@@ -1,10 +1,13 @@
-<% -%>
-<h2>QuickVote Created</h2>
+<div id="page-title">
+       <span class="header">Quickvote</span>
+       <span class="subheader">New QuickVote Created</span>
+       <div style="clear:both;"></div>
+</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 end on <em><%= @quickvote.enddate.strftime('%A, %B %d, %Y') %></em></p>
@@ -13,4 +16,4 @@
 HyperChad site. Voters do not need to log in or authenticate to
 participate in this election.</p>
 
-<p><%= link_to "Jump to QuickVote", quickvote_url( :votename => @quickvote.name ) %></p>
+<p><%= link_to "Jump to QuickVote", quickvote_url( :ident => @quickvote.name ) %></p>

Benjamin Mako Hill || Want to submit a patch?