Fix default avatar not showing up in network graph

Closes https://github.com/gitlabhq/gitlabhq/issues/9657
This commit is contained in:
Stan Hu 2015-09-23 08:42:32 -07:00
parent c4ca1ad4c3
commit 452621208c
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ v 8.1.0 (unreleased)
- Remove "Continuous Integration" page from dashboard
v 8.0.2 (unreleased)
- Fix default avatar not rendering in network graph (Stan Hu)
- Skip check_initd_configured_correctly on omnibus installs
- Prevent double-prefixing of help page paths
- Clarify confirmation text on user deletion

View File

@ -9,7 +9,7 @@
author: {
name: c.author_name,
email: c.author_email,
icon: avatar_icon(c.author_email, 20)
icon: image_path(avatar_icon(c.author_email, 20))
},
time: c.time,
space: c.spaces.first,