]> projects.mako.cc - selectricity-live/blobdiff - app/views/quickvote/_methodinfo_plurality.rhtml
refactored the results page
[selectricity-live] / app / views / quickvote / _methodinfo_plurality.rhtml
diff --git a/app/views/quickvote/_methodinfo_plurality.rhtml b/app/views/quickvote/_methodinfo_plurality.rhtml
new file mode 100644 (file)
index 0000000..9411611
--- /dev/null
@@ -0,0 +1,15 @@
+<div class="rbmoreinfo">
+<h4>About Plurality Voting</h4>
+
+<p><%= link_to "Plurality voting",
+"http://en.wikipedia.org/wiki/Plurality_electoral_system" %> selects the
+winner who has received the most "number one" votes, regardless of
+whether or not he or she has a majority of votes.</p>
+
+<p>Plurality voting is also variously referred to as, "first past the
+post," "winner-take-all," "majoritarian" or "simple majority"
+voting.</p>
+
+</div>
+
+<%= image_tag(graph_url( :action => 'plurality_pie', :id => @election ) )%>

Benjamin Mako Hill || Want to submit a patch?