fix security issue
[selectricity-live] / app / views / voter / kiosk_ready.rhtml
1 <div id="title-header">
2   <span class="header"><%= @voter.election.name %></span>
3   <span class="subheader"></span>
4 </div>
5
6 <p>Selectricity is running in kiosk mode and is ready for the next
7 voter. Press the button below to generate a new ballot.</p>
8
9 <p align="center"><%= button_to "Vote!", :action => "index", :urlpassword => @password, :kiosk => true %></p>

Benjamin Mako Hill || Want to submit a patch?