X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/37ccb3a5511504b6b58c3fe70135e016d0a61bfd..d857bfeff0568003715939fab8aa2925261272a6:/app/views/quickvote/_results_sidebar.rhtml?ds=sidebyside 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 %>