The session storage is now done via the database, be sure to relaod your
[selectricity-live] / app / views / quickvote / _result_plurality.rhtml
1 <h3>Plurality Results</h3>
2
3 <%= render :partial => 'result', :object => @election.plurality_result %>
4
5 <div class="rbmoreinfo">
6 <h4>About Plurality Voting</h4>
7
8 <p><%= link_to "Plurality voting",
9 "http://en.wikipedia.org/wiki/Plurality_electoral_system" %> selects the
10 winner who has received the most "number one" votes, regardless of
11 whether or not he or she has a majority of votes.</p>
12
13 <p>Plurality voting is also variously referred to as, "first past the
14 post," "winner-take-all," "majoritarian" or "simple majority"
15 voting.</p>
16
17 </div>
18 <%= image_tag(graph_url( :action => 'plurality_pie', :id => @election ) )%>

Benjamin Mako Hill || Want to submit a patch?