mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-07-13 21:44:32 +08:00
54204d4db8
[FIX]
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
|