Skip to content
Snippets Groups Projects
Commit 222ededa authored by Stan Hu's avatar Stan Hu Committed by Robert Speicher
Browse files

Fix default avatar not showing up in network graph

parent 5f0983b2
No related branches found
No related tags found
No related merge requests found
Please view this file on the master branch, on stable branches it's out of date.
 
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
Loading
Loading
Loading
Loading
@@ -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,
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment