mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 20:00:49 +08:00
6 lines
180 B
Ruby
6 lines
180 B
Ruby
json.count @total_count
|
|
json.projects @projects do |project|
|
|
json.partial! '/projects/project_detail', project: project
|
|
json.is_home_top @home_top_ids.include?(project.id)
|
|
end
|