Made the results page 'modular,' and all the necessary adaptations.
[selectricity-live] / app / views / quickvote / _result_approval.rhtml
1 <div class="resultbox">
2 <h3>Approval Result</h3>
3 <p><font size="-1">(This algorithm assumes that top two choices are "approved.")</font></p>
4
5 <div class="rbmoreinfo">
6 <h4>About Approval Voting</h4>
7
8 <p><%= link_to "Approval voting",
9 "http://en.wikipedia.org/wiki/Approval_voting" %> is a voting system in
10 which each voter can vote for as many or as few candidates as the voter
11 chooses.  Approval voting is a limited form of range voting, where the
12 range that voters are allowed to express is extremely constrained:
13 accept or not.</p>
14
15 </div>
16
17 </div>

Benjamin Mako Hill || Want to submit a patch?