Variety of small changes (mostly to properties) plus a few "in the
[selectricity-live] / app / views / voter / _vote.rhtml
old mode 100644 (file)
new mode 100755 (executable)
index b9a2688..dc240af
@@ -3,12 +3,13 @@
 <p><strong>Candidates or choices:</strong></p>
 <ol>
 <% for candidate in @voter.election.candidates.sort %>
-  <li><%= candidate.name %></li>
+  <li><%= candidate.name.capitalize %></li>
 <% end %>
 </ol>
 
 <p>In the box below, list each choice in order of most preferred to
-least preferred.  <em>(For example, 123 or 321 or 213, etc.)</em></p>
+least preferred. Please list <em>all</em> choices in every vote.
+<em>(For example, 123 or 321 or 213, etc.)</em></p>
 
 <% if @voter.election.quickvote? %>
   <%= form_tag quickaction_url( :votename => @voter.election.name, :action => 'confirm') %>

Benjamin Mako Hill || Want to submit a patch?