Added the Gruff library to the lib/ directory of the the rails folder, and the
[selectricity] / app / views / quickvote / _result_approval.rhtml
1 <h3>Approval Result</h3>
2 <p><font size="-1">(This algorithm assumes that top two choices are "approved.")</font></p>
3
4 <%= render :partial => 'result', :object => @election.approval_result %>
5
6 <div class="rbmoreinfo">
7 <h4>About Approval Voting</h4>
8
9 <p><%= link_to "Approval voting",
10 "http://en.wikipedia.org/wiki/Approval_voting" %> is a voting system in
11 which each voter can vote for as many or as few candidates as the voter
12 chooses.  Approval voting is a limited form of range voting, where the
13 range that voters are allowed to express is extremely constrained:
14 accept or not.</p>
15
16 </div>
17
18 <%= render :partial => 'approval_table' %>

Benjamin Mako Hill || Want to submit a patch?