mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
新增:贡献者分页
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
total_count = @contributors.size
|
||||
json.list @contributors.each do |contributor|
|
||||
json.partial! 'contributor', locals: { contributor: contributor, project: @project }
|
||||
end
|
||||
json.total_count total_count
|
||||
json.total_count @total_count
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user