mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
8 lines
202 B
Ruby
8 lines
202 B
Ruby
total_count = @contributors.size
|
|
json.list @contributors.each do |contributor|
|
|
json.partial! 'contributor', locals: { contributor: contributor, project: @project }
|
|
end
|
|
json.total_count total_count
|
|
|
|
|