FIX show realname for create project

This commit is contained in:
jasder 2021-07-06 11:04:00 +08:00
parent 87049b74ef
commit e76d475fef
1 changed files with 1 additions and 1 deletions

View File

@ -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