no_avatar in network graph hits 404 with gravatar disabled
Created by: mmoll
This is on 5.3. I disabled gravatar and in the dashboard the no_avatar icon is correctly displayed, but in the network graph I'm getting empty boxes. production log is indicating that a 404 is happening here:
Started GET "/Linux-Hosts/ice_etc/network/no_avatar.png" for 127.0.0.1 at 2013-06-22 18:00:48 +0200
Processing by NetworkController#show as HTML
Parameters: {"project_id"=>"Linux-Hosts/ice_etc", "id"=>"no_avatar.png"}
Rendered errors/not_found.html.haml within layouts/errors (0.1ms)
Rendered layouts/_head.html.haml (1.5ms)
Rendered layouts/_search.html.haml (31.0ms)
Rendered layouts/_head_panel.html.haml (35.7ms)
Rendered layouts/_flash.html.haml (0.1ms)
Filter chain halted as :assign_ref_vars rendered or redirected
Completed 404 Not Found in 54ms (Views: 37.9ms | ActiveRecord: 2.2ms)