You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- 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
|