Skip to content
Snippets Groups Projects
Verified Commit e6a4b8c1 authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett
Browse files

Add current_user_avatar_url to gon

parent 0b52808f
No related branches found
No related tags found
2 merge requests!12073Add RC2 changes to 9-3-stable,!11474Add current_user_avatar_url to gon
Pipeline #
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