cluster configuration for new machine
[selectricity] / app / views / voter / _vote_sidebar.rhtml
1 <h2>Your Vote</h2>
2
3 <p>Please vote by dragging items in the list below into your preferred
4 order.</p>
5
6 <%= render :partial => 'common/sortable_vote' %>
7
8 <div style="margin-left: 30pt;">
9 <%= button_to "Submit Vote", :action => 'review', :id => @password %>
10 </div>

Benjamin Mako Hill || Want to submit a patch?