<span class="subheader">Results</span>
</div>
-<div class="main-content">
-
<% if @election.shortdesc %>
<p><strong>Vote Description:</strong></p>
<blockquote><em><%=h @election.shortdesc %></em>
<div class="plain-header">
<span class="header">Winner</span>
- <span class="subheader"></span>
+ <span class="subheader">The chosen method is:
+ <%= @election.election_method.capitalize %></span>
</div>
<div class="mainresultbox">
<% end %>
</table>
-<%=image_tag( graph_url( :action => 'votes_per_interval', :id => @election ))%>
<br />
+<!--
<%= image_tag( graph_url( :action => 'choices_positions', :id => @election ) ) %><br />
+-->
-</div>