Made the results page 'modular,' and all the necessary adaptations.
[selectricity] / app / views / quickvote / _result_runoff.rhtml
1 <div class="resultbox">
2 <h3>Instant Runoff (IRV) Results</h3>
3
4 <div class="rbmoreinfo">
5 <h4>About Instant Runoff Voting</h4>
6
7 <p><%= link_to "Instant runoff voting",
8 "http://en.wikipedia.org/wiki/Instant_Runoff_Voting" %> is an electoral
9 system in which voters rank candidates in order of preference. In an IRV
10 election, if no candidate receives an overall majority of first
11 preferences the candidates with fewest votes are eliminated one by one,
12 and their votes transferred according to their second and third
13 preferences (and so on), until one candidate achieves a majority.</p>
14
15 <p>Instant-runoff voting (IRV) is also known as the Alternative Vote (AV) and
16 by several other names.</p>
17
18 </div>
19
20 </div>

Benjamin Mako Hill || Want to submit a patch?