* Renamed graphs_controller to graph_controller.
[selectricity-live] / app / views / quickvote / results.rhtml
index 7152072d4c54d26c641842f880f3c9384296ca84..e06b5d6b32b91dc855cc2ee46cb46c135457d61b 100644 (file)
@@ -162,6 +162,4 @@ by several other names.</p>
 <% end %>
 </table>
 
-<img src="<% url_for(:action => 'day_votes', :id => @election)%>" />
-<%= image_tag( graph_url( :action => 'day_votes', :id => @election ) ) %>
-<%= image_tag( graph_url( :action => 'show' ) ) %>
+<%= image_tag( graph_url( :action => 'votes_per_day', :id => @election ) ) %>

Benjamin Mako Hill || Want to submit a patch?