mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
add: user project trends
This commit is contained in:
4
app/views/users/project_trends/index.json.jbuilder
Normal file
4
app/views/users/project_trends/index.json.jbuilder
Normal file
@@ -0,0 +1,4 @@
|
||||
json.total_count @project_trends.total_count
|
||||
json.project_trends @project_trends.each do |trend|
|
||||
json.partial! "project_trends/detail", trend: trend
|
||||
end
|
||||
Reference in New Issue
Block a user