merged in from code from the other master
[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 <% if @voter.election.kiosk and params[:kiosk] == "true" %>
10   <%= button_to "Submit Vote", :action => 'review', :id => @password, :kiosk => true %>
11 <% else %>
12   <%= button_to "Submit Vote", :action => 'review', :id => @password %>
13 <% end %>
14 </div>

Benjamin Mako Hill || Want to submit a patch?