Commit 222ededa authored by Stan Hu's avatar Stan Hu Committed by Robert Speicher

Fix default avatar not showing up in network graph

Closes https://github.com/gitlabhq/gitlabhq/issues/9657
parent 5f0983b2
Please view this file on the master branch, on stable branches it's out of date. Please view this file on the master branch, on stable branches it's out of date.
v 8.0.2 (unreleased) v 8.0.2 (unreleased)
- Fix default avatar not rendering in network graph (Stan Hu)
- Skip check_initd_configured_correctly on omnibus installs - Skip check_initd_configured_correctly on omnibus installs
- Prevent double-prefixing of help page paths - Prevent double-prefixing of help page paths
- Clarify confirmation text on user deletion - Clarify confirmation text on user deletion
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
author: { author: {
name: c.author_name, name: c.author_name,
email: c.author_email, email: c.author_email,
icon: avatar_icon(c.author_email, 20) icon: image_path(avatar_icon(c.author_email, 20))
}, },
time: c.time, time: c.time,
space: c.spaces.first, space: c.spaces.first,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment