partials when selected. The link to the voter map and host names has been moved
into the side-div and the link name was appended to include more info.
+<% unless @election.election_method == method -%>
+<%= render :partial => 'result', :object => @results[method]%>
+<% end -%>
<%= render :partial => 'methodinfo_' + method,
<%= render :partial => 'methodinfo_' + method,
- :object => @results[@election.election_method] %>
+ :object => @results[method] %>
<h2>Statistics</h2>
<%= image_tag( graph_url( :action => 'votes_per_interval', :id => @election ))%>
<h2>Statistics</h2>
<%= image_tag( graph_url( :action => 'votes_per_interval', :id => @election ))%>
+<br />
+<br />
+
+<h2>Voter Report</h2>
+
+<p><%= link_to "[View All Voters: Map and Other Info]", :controller => "quickvote",
+ :action => "list_voters", :id => @election.id %></p>
<div class="clear-div"></div>
<div class="clear-div"></div>
-<div class="normal-header">
- <span class="header">Voter Report</span>
- <span class="subheader"></span>
-</div>
-
-<p><%= link_to "[View All Voters]", :controller => "quickvote", :action => "list_voters", :id => @election.id %></p>
-<br />
-
<!--
<%= image_tag( graph_url( :action => 'choices_positions', :id => @election ) ) %><br />
-->
<!--
<%= image_tag( graph_url( :action => 'choices_positions', :id => @election ) ) %><br />
-->