X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/58fb91dde4b0a16c1a764dda66e31bc57565e41f..0283f11b7fec9fcfb81093f9458e759ee7f91707:/app/views/quickvote/thanks.rhtml diff --git a/app/views/quickvote/thanks.rhtml b/app/views/quickvote/thanks.rhtml index 0fb3610..d6ed8e0 100644 --- a/app/views/quickvote/thanks.rhtml +++ b/app/views/quickvote/thanks.rhtml @@ -1,11 +1,14 @@ -<% %> -

Vote Recorded

+
+ Quickvote + Vote Recorded Successfully +
+

Your vote has been recorded with the following ranked preferences:

    <% for rank in @voter.vote.rankings.sort %> -
  1. <%=h rank.candidate.name.capitalize %>
  2. +
  3. <%= white_list(rank.candidate.name.capitalize) %>
  4. <% end %>
@@ -17,7 +20,3 @@ preferences:

  • <%= link_to "View Current Results", quickaction_url( :ident => @voter.election.name, :action => 'results' ) %>
  • - - - -