mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
FIX show realname for create project
This commit is contained in:
@@ -2,6 +2,6 @@ json.total_count @owners.size
|
||||
json.owners @owners.each do |owner|
|
||||
json.id owner.id
|
||||
json.type owner.type
|
||||
json.name owner.login
|
||||
json.name owner&.show_real_name
|
||||
json.avatar_url url_to_avatar(owner)
|
||||
end
|
||||
Reference in New Issue
Block a user