mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
4 lines
156 B
Ruby
4 lines
156 B
Ruby
json.total_count @project_trends.total_count
|
|
json.project_trends @project_trends.each do |trend|
|
|
json.partial! "project_trends/detail", trend: trend
|
|
end |