Both quickvotes and full-size elections use the same partial in views/voter
[selectricity] / app / views / quickvote / results.rhtml
index 8b658f77a3c86dcae036916f5c7ddee82322fb6c..c45fd2a5f147478a0edabd86f16b79908adc2163 100644 (file)
@@ -5,8 +5,6 @@
   <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>
@@ -32,7 +30,8 @@
 
 <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">
@@ -90,9 +89,9 @@
 <% end %>
 </table>
 
-<%=image_tag( graph_url( :action => 'votes_per_interval', :id => @election ))%>
 <br />
 
+<!--
 <%= image_tag( graph_url( :action => 'choices_positions', :id => @election ) ) %><br />
+-->
 
-</div>

Benjamin Mako Hill || Want to submit a patch?