From 4559fe1efcc210dae16f5846dc49c2bde6e5c7cf Mon Sep 17 00:00:00 2001 From: John Dong Date: Fri, 31 Aug 2007 15:21:59 -0400 Subject: [PATCH] Tweak some sidebar wording --- app/views/quickvote/_results_sidebar.rhtml | 2 +- app/views/quickvote/results.rhtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/quickvote/_results_sidebar.rhtml b/app/views/quickvote/_results_sidebar.rhtml index c60ed3d..d71d01f 100644 --- a/app/views/quickvote/_results_sidebar.rhtml +++ b/app/views/quickvote/_results_sidebar.rhtml @@ -4,7 +4,7 @@

This election was run using: <%= ELECTION_TYPES[@election.election_method] %>

-

View results with other methods:
+

View results using other methods:
<% type_hash = {}; ELECTION_TYPES.each {|k,v| type_hash[v] = k} %> <%= select_tag 'election_type_select', options_for_select(type_hash, @election.election_method) %>

diff --git a/app/views/quickvote/results.rhtml b/app/views/quickvote/results.rhtml index 52810fe..c0de537 100644 --- a/app/views/quickvote/results.rhtml +++ b/app/views/quickvote/results.rhtml @@ -25,7 +25,7 @@

Number of voters:

- <%= @election.voters.reject {|v| not v.voted? }.length %> (see below for details) + <%= @election.voters.reject {|v| not v.voted? }.length %>
<%= render :partial => 'result_box', -- 2.30.2