merged from devel
[selectricity] / app / views / quickvote / index.rhtml
index e13ea942a45a7e175e6b0120efc0bec7741d04f1..320d85fbf830c7a95dafc3615343b2841d9e517d 100644 (file)
@@ -1,8 +1,10 @@
-<div id="page-title">
-       <span class="header">Quickvote</span>
-       <span class="subheader"><%=h @voter.election.description.capitalize %></span>
+<div id="title-header">
+  <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? %>
@@ -20,7 +22,7 @@
 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)  %>
 

Benjamin Mako Hill || Want to submit a patch?