working quickvote support created
[selectricity] / app / views / quickvote / success.rhtml
diff --git a/app/views/quickvote/success.rhtml b/app/views/quickvote/success.rhtml
new file mode 100644 (file)
index 0000000..982fd12
--- /dev/null
@@ -0,0 +1,14 @@
+<% %>
+
+<h2>Vote Created</h2:>
+
+<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><%= quickvote_url( :votename => @quickvote.name ) %></strong></blockquote>
+
+<p>This vote will expire on <em><%= @quickvote.enddate %></em></p>
+
+<p><%= link_to "Visit in or vote in your QuickVote", quickvote_url( :votename => @quickvote.name ) %></p>

Benjamin Mako Hill || Want to submit a patch?