X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/37ccb3a5511504b6b58c3fe70135e016d0a61bfd..a01d9f4125b50be06f05e304e44200b970e9300d:/app/views/quickvote/_results_sidebar.rhtml diff --git a/app/views/quickvote/_results_sidebar.rhtml b/app/views/quickvote/_results_sidebar.rhtml index f346b2e..30047a4 100644 --- a/app/views/quickvote/_results_sidebar.rhtml +++ b/app/views/quickvote/_results_sidebar.rhtml @@ -1,5 +1,4 @@ -

Winner

-<%= render :partial => 'result', :object => @results[@election.election_method] %> +

Method

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

@@ -39,6 +38,6 @@ Event.observe(method_select, 'change', show_results_for);

Voter Report

-

<%= link_to "[View All Voters: Map and Other Info]", :controller => "quickvote", +

<%= link_to "[Map/List of Voters]", :controller => "quickvote", :action => "list_voters", :id => @election.id %>