refactored the results page
[selectricity] / app / views / quickvote / _result_borda.rhtml
diff --git a/app/views/quickvote/_result_borda.rhtml b/app/views/quickvote/_result_borda.rhtml
deleted file mode 100644 (file)
index f81cbdb..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<h3>Borda Count Results</h3>
-
-<%= render :partial => 'result', :object => @election.borda_result %>
-
-<div class="rbmoreinfo">
-<h4>About Borda Count</h4>
-
-<p><%= link_to "Borda count",
-"http://en.wikipedia.org/wiki/Borda_count" %> 
-is an election method in which voters rank
-candidates in order of preference. The Borda count determines the winner
-of an election by giving each candidate a certain number of points
-corresponding to the position in which he or she is ranked by each
-voter. Once all votes have been counted the candidate with the most
-points is the winner.</p>
-</div>
-<%= image_tag( graph_url( :action => 'borda_bar', :id => @election ) ) %>

Benjamin Mako Hill || Want to submit a patch?