1 <div id="title-header">
2 <span class="header">Quickvote</span>
3 <span class="subheader">Vote Recorded Successfully</span>
6 <p>Your vote has been recorded with the following ranked
10 <% for rank in @voter.vote.rankings.sort %>
11 <li><%=h rank.candidate.name.capitalize %> </li>
15 <p>Thanks you voting! You can:</p>
18 <li><%= link_to "Change Your Vote", quickaction_url( :ident => @voter.election.name, :action => 'change' ) %></li>
20 <li><%= link_to "View Current Results", quickaction_url( :ident => @voter.election.name, :action => 'results' ) %></li>