X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/4e41e4ab171d4d47cdac0f8676bf78d36e6eb007..18f4d0bd0025dd963b5fab238964de6d20e0d354:/app/views/quickvote/_result_borda.rhtml diff --git a/app/views/quickvote/_result_borda.rhtml b/app/views/quickvote/_result_borda.rhtml deleted file mode 100644 index f81cbdb..0000000 --- a/app/views/quickvote/_result_borda.rhtml +++ /dev/null @@ -1,17 +0,0 @@ -

Borda Count Results

- -<%= render :partial => 'result', :object => @election.borda_result %> - -
-

About Borda Count

- -

<%= link_to "Borda count", -"http://en.wikipedia.org/wiki/Borda_count" %> -is an election method in which voters rank -candidates in order of preference. The Borda count determines the winner -of an election by giving each candidate a certain number of points -corresponding to the position in which he or she is ranked by each -voter. Once all votes have been counted the candidate with the most -points is the winner.

-
-<%= image_tag( graph_url( :action => 'borda_bar', :id => @election ) ) %>