Added initial support fo QuickVotes. There is support for the creation
[selectricity] / app / views / site / success_quickvote.rhtml
diff --git a/app/views/site/success_quickvote.rhtml b/app/views/site/success_quickvote.rhtml
new file mode 100644 (file)
index 0000000..654e6d3
--- /dev/null
@@ -0,0 +1,15 @@
+<% %>
+
+<p>Vote Created</p>
+
+<p>You have successfully created a QuickVote.</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>Direct voters to:</p>
+<blockquote><strong><%= url_for :action => 'quickvote', :id => @quickvote.id, :only_path => false %></strong></blockquote>
+
+<p>This vote will expire on <em><%= @quickvote.enddate %></em></p>
+

Benjamin Mako Hill || Want to submit a patch?