X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/597c27db39d8b36e623a9d6573e75edf657142c0..0bcced90721389c27eb815ca8dcab85533417697:/app/views/quickvote/results.rhtml diff --git a/app/views/quickvote/results.rhtml b/app/views/quickvote/results.rhtml index 98a71e5..3b3a54d 100644 --- a/app/views/quickvote/results.rhtml +++ b/app/views/quickvote/results.rhtml @@ -145,7 +145,6 @@ by several other names.

Voters

- @@ -160,7 +159,7 @@ by several other names.

<%= `host #{IPAddr.new(voter.ipaddress).to_s}`.sub(/^.*pointer (.*)\.$/, '\1') %> <% rescue ArgumentError => err %> - <%= " - " %> + <%= voter.ipaddress %> <% end %> @@ -168,8 +167,9 @@ by several other names.

<% end %>
IP Address <%= voter.vote.votestring %>
+<%= render :partial => 'pref_table' %> + <%= image_tag( graph_url( :action => 'votes_per_day', :id => @election ) ) %>
<%= image_tag( graph_url( :action => 'votes_per_interval', :id => @election ))%>
<%= image_tag( graph_url( :action => 'borda_bar', :id => @election ) ) %>
<%= image_tag( graph_url( :action => 'choices_positions', :id => @election ) ) %> -