]> projects.mako.cc - selectricity/blobdiff - app/views/quickvote/_results_sidebar.rhtml
fixed up the results page in a number of ways
[selectricity] / app / views / quickvote / _results_sidebar.rhtml
index f346b2ef280e324cb57b3731c9e1f054cb4b2906..30047a48347921ca790773ab2c6b5bb81623f103 100644 (file)
@@ -1,5 +1,4 @@
-<h2>Winner</h2>
-<%= render :partial => 'result', :object => @results[@election.election_method] %>
+<h2>Method</h2>
 
 <p>This election was run using:
 <strong><%= ELECTION_TYPES[@election.election_method] %></strong></p>
@@ -39,6 +38,6 @@ Event.observe(method_select, 'change', show_results_for);
 
 <h2>Voter Report</h2>
 
-<p><%= link_to "[View All Voters: Map and Other Info]", :controller => "quickvote",
+<p><%= link_to "[Map/List of Voters]", :controller => "quickvote",
        :action => "list_voters", :id => @election.id %></p>
 

Benjamin Mako Hill || Want to submit a patch?