Changed the Selectricity header into a link, and modified the config/routes.rb file...
[selectricity] / app / views / quickvote / results.rhtml
index 321dbbca3d1266eac4b32b32ff228db5d1b58104..7152072d4c54d26c641842f880f3c9384296ca84 100755 (executable)
@@ -161,4 +161,7 @@ by several other names.</p>
   </tr>
 <% end %>
 </table>
-<img src="<% url_for(:controller => 'graphs', :action => 'day_votes', :id => @election ) %>" />
+
+<img src="<% url_for(:action => 'day_votes', :id => @election)%>" />
+<%= image_tag( graph_url( :action => 'day_votes', :id => @election ) ) %>
+<%= image_tag( graph_url( :action => 'show' ) ) %>

Benjamin Mako Hill || Want to submit a patch?