X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/dc7d60a0de460c72d292b43616eb97a8b34741c8..c933ff40da110253bc4c474d9c79c3a4ed98721d:/app/views/elections/_winner_details.rhtml diff --git a/app/views/elections/_winner_details.rhtml b/app/views/elections/_winner_details.rhtml deleted file mode 100644 index 0903952..0000000 --- a/app/views/elections/_winner_details.rhtml +++ /dev/null @@ -1,28 +0,0 @@ -<% %> -

The matrix listing the number of times that any candidate was -preferred to any other candidates is listed here:

- - - - -<% for candidate in @election.candidates.sort %> - -<% end %> - -<% for cand1 in @election.candidates.sort %> - - - <% for cand2 in @election.candidates.sort %> - - <% end %> - -<% end %> -
<%= candidate.name %>
<%= cand1.name %> - <% if cand1 == cand2 %> - N/A - <% next %> - <% else %> - <%= @voteobj.votes[cand1.id][cand2.id] %> - <% end %> -
-