Skip to content
Snippets Groups Projects
Commit cc3ba5af authored by Phil Hughes's avatar Phil Hughes
Browse files

Merge branch 'add-current_user-avatar_url-to-gon' into 'master'

Add current_user_avatar_url to gon

See merge request !11474

Former-commit-id: 72119e7f
parents ed2725f1 8e88246f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -17,6 +17,7 @@ module Gitlab
gon.current_user_id = current_user.id
gon.current_username = current_user.username
gon.current_user_fullname = current_user.name
gon.current_user_avatar_url = current_user.avatar_url
end
end
end
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