added support for results for full elections
[selectricity] / app / views / quickvote / _methodinfo_borda.rhtml
diff --git a/app/views/quickvote/_methodinfo_borda.rhtml b/app/views/quickvote/_methodinfo_borda.rhtml
deleted file mode 100644 (file)
index 644522a..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<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>
-
-<div class="graph">
-  <%= image_tag( graph_url( :action => 'borda_bar', :id => @election ) ) %>
-</div>

Benjamin Mako Hill || Want to submit a patch?