X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/c5fda1e5174238779afd496014379d6446d1e3c1..c933ff40da110253bc4c474d9c79c3a4ed98721d:/app/views/elections/detailed_results.rhtml diff --git a/app/views/elections/detailed_results.rhtml b/app/views/elections/detailed_results.rhtml deleted file mode 100644 index 48296d6..0000000 --- a/app/views/elections/detailed_results.rhtml +++ /dev/null @@ -1,31 +0,0 @@ -

The voting rolls for the last election are are follows.

- -

Voters

- -<% for voter in @voting_rolls.randomize %> - - - -<% end %> -
<%= voter.email %>
- -

Votes (by Token)

- - - - - - -<% for candidate in @election.candidates.sort %> - -<% end %> - -<% for voter in @voting_rolls.randomize %> - - -<% for ranking in voter.vote %> - -<% end %> - -<% end %> -
TokenRank of Candidates
<%= candidate %>
<%= voter.vote.token %><%= ranking %>