Merge branch 'develop' into dev_trustie_server

This commit is contained in:
jasder 2021-04-22 16:45:40 +08:00
commit 348c2244f7
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ json.projects_count @user.projects_count
json.is_watch current_user&.watched?(@user)
json.organizations @user.organizations do |organization|
json.login organization.login
json.name organization.full_name
json.name organization.real_name
json.image_url url_to_avatar(organization)
json.url "#{request.base_url }/organize/#{organization.login}"
end