added support for results for full elections
[selectricity] / app / views / common / _methodinfo_borda.rhtml
diff --git a/app/views/common/_methodinfo_borda.rhtml b/app/views/common/_methodinfo_borda.rhtml
new file mode 100644 (file)
index 0000000..644522a
--- /dev/null
@@ -0,0 +1,16 @@
+<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?