added support for results for full elections
[selectricity-live] / app / views / common / _methodinfo_approval.rhtml
diff --git a/app/views/common/_methodinfo_approval.rhtml b/app/views/common/_methodinfo_approval.rhtml
new file mode 100644 (file)
index 0000000..979c876
--- /dev/null
@@ -0,0 +1,13 @@
+<p><font size="-1">(This algorithm assumes that top two choices are "approved.")</font></p>
+
+<div class="rbmoreinfo">
+<h4>About Approval Voting</h4>
+
+<p><%= link_to "Approval voting",
+"http://en.wikipedia.org/wiki/Approval_voting" %> is a voting system in
+which each voter can vote for as many or as few candidates as the voter
+chooses.  Approval voting is a limited form of range voting, where the
+range that voters are allowed to express is extremely constrained:
+accept or not.</p>
+
+</div>

Benjamin Mako Hill || Want to submit a patch?