Browse Source

fix: owners add login

tags/v3.1.5
yystopf 4 years ago
parent
commit
cf8278ee5e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/views/owners/index.json.jbuilder

+ 1
- 0
app/views/owners/index.json.jbuilder View File

@@ -2,6 +2,7 @@ json.total_count @owners.size
json.owners @owners.each do |owner|
json.id owner.id
json.type owner.type
json.login owner.login
json.name owner&.show_real_name
json.avatar_url url_to_avatar(owner)
end

Loading…
Cancel
Save