]> projects.mako.cc - selectricity-live/blobdiff - app/views/quickvote/_result_approval.rhtml
Made the results page 'modular,' and all the necessary adaptations.
[selectricity-live] / app / views / quickvote / _result_approval.rhtml
diff --git a/app/views/quickvote/_result_approval.rhtml b/app/views/quickvote/_result_approval.rhtml
new file mode 100644 (file)
index 0000000..12c7958
--- /dev/null
@@ -0,0 +1,17 @@
+<div class="resultbox">
+<h3>Approval Result</h3>
+<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>
+
+</div>
\ No newline at end of file

Benjamin Mako Hill || Want to submit a patch?