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