* Renamed graphs_controller to graph_controller.
[selectricity] / app / views / quickvote / results.rhtml
old mode 100755 (executable)
new mode 100644 (file)
index 321dbbc..e06b5d6
@@ -161,4 +161,5 @@ by several other names.</p>
   </tr>
 <% end %>
 </table>
-<img src="<% url_for(:controller => 'graphs', :action => 'day_votes', :id => @election ) %>" />
+
+<%= image_tag( graph_url( :action => 'votes_per_day', :id => @election ) ) %>

Benjamin Mako Hill || Want to submit a patch?