% %>
Vote Recorded
Your vote has been recorded with the following ranked
preferences:
<% for rank in @voter.vote.rankings.sort %>
- <%= rank.candidate.name.capitalize %>
<% end %>
Thanks you voting! You can:
- <%= link_to "Change your vote.", quickaction_url( :votename => @voter.election.name, :action => 'change' ) %>
- <%= link_to "View election results.", quickaction_url( :votename => @voter.election.name, :action => 'results' ) %>