X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/4ef17d5cb30800c33e325d1777cdd4ccd4611a54..b82260b129b48f9da19e73e81e1e26b89c1f53e5:/app/views/quickvote/success.rhtml diff --git a/app/views/quickvote/success.rhtml b/app/views/quickvote/success.rhtml index d793a7a..8d2baf6 100644 --- a/app/views/quickvote/success.rhtml +++ b/app/views/quickvote/success.rhtml @@ -4,7 +4,7 @@

Please direct voters to:

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

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

@@ -13,4 +13,4 @@ HyperChad site. Voters do not need to log in or authenticate to participate in this election.

-

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

+

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