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