<div id="title-header">
- <span class="header">Quickvote</span>
- <span class="subheader"><%=h @voter.election.description.capitalize %></span>
+ <span class="header">Quickvote</span>
+ <span class="subheader"><%=h @voter.election.description.capitalize %></span>
</div>
+<div class="clear-div"></div>
+
<div class="main-content">
<% if @voter.voted? %>
from <em>most preferred at the top</em> to <em>least preferred at the
bottom</em>. When you are done, press confirm to record your vote.</p>
-<%= render :partial => 'voter/sortable_vote' %>
+<%= render :partial => 'common/sortable_vote' %>
<%= button_to "Confirm Vote", quickaction_url( :action => 'confirm', :ident => @voter.election.name) %>