]> projects.mako.cc - selectricity/blobdiff - app/views/quickvote/_result_condorcet.rhtml
Made the results page 'modular,' and all the necessary adaptations.
[selectricity] / app / views / quickvote / _result_condorcet.rhtml
diff --git a/app/views/quickvote/_result_condorcet.rhtml b/app/views/quickvote/_result_condorcet.rhtml
new file mode 100644 (file)
index 0000000..4279bbd
--- /dev/null
@@ -0,0 +1,18 @@
+<div class="resultbox">
+<h3>Simple Condorcet Results</h3>
+
+<div class="rbmoreinfo">
+<h4>About Simple Cordorcet Voting</h4>
+
+<p><%= link_to "Condorcet",
+"http://en.wikipedia.org/wiki/Condorcet_method" %> allows voters to rank
+candidates in order of preference.  If there is a choice whom voters
+prefer to each other choice when compared to one at a time, that choice
+will be the winner.</p>
+
+<p>There is a family of Condorcet methods. This method is referred to as
+"Simple Condorcet" to distinguish it from the Schulze method which is
+another Condorcet system.</p>
+
+</div>
+</div>
\ No newline at end of file

Benjamin Mako Hill || Want to submit a patch?