mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
5 lines
127 B
Ruby
5 lines
127 B
Ruby
json.total_count @total_count
|
|
json.builds @builds do |build|
|
|
json.partial! "/ci/builds/build", build: build, user: @user
|
|
end
|