- <% if @election.shortdesc %>

Vote Description:

<%=h @election.shortdesc %> @@ -30,9 +28,10 @@ <%= @election.voters.reject {|v| not v.voted? }.length %> (see below for details)
-
+
Winner - + The chosen method is: + <%= @election.election_method.capitalize %>
@@ -40,7 +39,7 @@ :object => @results[@election.election_method] %>
-
+
Other Voting Methods
@@ -90,9 +89,9 @@ <% end %> -<%=image_tag( graph_url( :action => 'votes_per_interval', :id => @election ))%>
+ -