X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/ac5e3489e8b886b7b8a7252ab56ddeb3d3bdadc7..c49bd887561c4ee07feef7e6e8d25b6a3f15b5b7:/app/views/quickvote/success.rhtml diff --git a/app/views/quickvote/success.rhtml b/app/views/quickvote/success.rhtml index 93d6882..59e51f3 100644 --- a/app/views/quickvote/success.rhtml +++ b/app/views/quickvote/success.rhtml @@ -1,16 +1,18 @@ -<% -%> -

Your QuickVote Was Created

+
+ Quickvote + New QuickVote Created +

Please direct voters to:

- <%= quickvote_url( :votename => @quickvote.name ) -%> + <%= quickvote_url( :ident => @quickvote.name ) -%>
-

This vote will close on <%= @quickvote.enddate %>

+

This vote will end on <%= @quickvote.enddate.strftime('%A, %B %d, %Y') %>

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.

-

<%= link_to "Jump to your QuickVote.", quickvote_url( :votename => @quickvote.name ) %>

+

<%= link_to "Jump to QuickVote", quickvote_url( :ident => @quickvote.name ) %>