* Renamed graphs_controller to graph_controller.
[selectricity-live] / app / views / quickvote / results.rhtml
old mode 100755 (executable)
new mode 100644 (file)
index 7152072..e06b5d6
@@ -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?