From:
Date: Mon, 20 Aug 2007 17:38:35 +0000 (-0400)
Subject: Merged from Mako.
X-Git-Url: https://projects.mako.cc/source/selectricity/commitdiff_plain/1544cbab02fbc3333bc53a5ac98d38e377640d4a?hp=95691fd5d48bc5c43ae128de16841906eb5ca106
Merged from Mako.
---
diff --git a/app/views/quickvote/results.rhtml b/app/views/quickvote/results.rhtml
index c49d682..bc33d07 100644
--- a/app/views/quickvote/results.rhtml
+++ b/app/views/quickvote/results.rhtml
@@ -179,7 +179,7 @@ by several other names.
<%= render :partial => 'victories_ties' %>
<%= 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 => 'votes_per_interval', :id => @election ))%>
+
<%= image_tag( graph_url( :action => 'borda_bar', :id => @election ) ) %>
<%= image_tag( graph_url( :action => 'choices_positions', :id => @election ) ) %>