mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-08 14:11:42 +08:00
5 lines
127 B
Ruby
5 lines
127 B
Ruby
json.total_count @teams.size
|
|
json.teams @teams do |team|
|
|
json.partial! "detail", team: team, organization: @organization
|
|
end
|