Variety of small changes (mostly to properties) plus a few "in the
[selectricity] / app / views / voter / index.rhtml
1 <% %>
2
3 <p>Please enter your password/token to log in and vote:</p>
4
5 <%= form_tag :action => 'index' %>
6 <%= text_field :vote, :password %>
7 <%= submit_tag "Log In" %>
8 <%= end_form_tag %>

Benjamin Mako Hill || Want to submit a patch?