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