Tweak some sidebar wording
authorJohn Dong <jdong@mit.edu>
Fri, 31 Aug 2007 19:21:59 +0000 (15:21 -0400)
committerJohn Dong <jdong@mit.edu>
Fri, 31 Aug 2007 19:21:59 +0000 (15:21 -0400)
app/views/quickvote/_results_sidebar.rhtml
app/views/quickvote/results.rhtml

index c60ed3ddfc1cf90a31e10cddf936a2e2d4283fc7..d71d01f15e594f09c7907aaa5cac68c672d12798 100644 (file)
@@ -4,7 +4,7 @@
 <p>This election was run using:
 <strong><%= ELECTION_TYPES[@election.election_method] %></strong></p>
 
-<p>View results with other methods:<br />
+<p>View results using other methods:<br />
 <% type_hash = {}; ELECTION_TYPES.each {|k,v| type_hash[v] = k} %>
 <%= select_tag 'election_type_select', options_for_select(type_hash, @election.election_method) %></p>
 
index 52810fe543d228a1b43391b82ddce41feffeab2f..c0de537b423229f3c1fc28ad71cbf91caece8895 100644 (file)
@@ -25,7 +25,7 @@
 
 <p><strong>Number of voters:</strong></p>
    <blockquote>
-     <%= @election.voters.reject {|v| not v.voted? }.length %> (see below for details) 
+     <%= @election.voters.reject {|v| not v.voted? }.length %>
    </blockquote>
 
 <%= render :partial => 'result_box',

Benjamin Mako Hill || Want to submit a patch?