mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-24 13:45:44 +08:00
新增:转账记录使用json builder以及贡献者新增贡献占比
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
total_count = @contributors.size
|
||||
json.list @contributors.each do |contributor|
|
||||
json.partial! 'contributor', locals: { contributor: contributor }
|
||||
json.partial! 'contributor', locals: { contributor: contributor, project: @project }
|
||||
end
|
||||
json.total_count total_count
|
||||
|
||||
|
||||
Reference in New Issue
Block a user