X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/d207da8dfc3f315f7758d1f5307c700ce4c25156..75091532075247ae9c47164ea883f4fe803eddf4:/app/views/site/success_quickvote.rhtml diff --git a/app/views/site/success_quickvote.rhtml b/app/views/site/success_quickvote.rhtml index 654e6d3..299edac 100644 --- a/app/views/site/success_quickvote.rhtml +++ b/app/views/site/success_quickvote.rhtml @@ -9,7 +9,8 @@ HyperChad site. Voters do not need to log in or authenticate to participate in this election.

Direct voters to:

-
<%= url_for :action => 'quickvote', :id => @quickvote.id, :only_path => false %>
+
<%= quickvote_url( :votename => @quickvote.name ) %>

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

+

<%= link_to "Visit in or vote in your QuickVote", quickvote_url( :votename => @quickvote.name ) %>