You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- json.total_count @is_pinned_projects.total_count
- json.projects @is_pinned_projects.each do |project|
- json.partial! "projects/project_detail", project: project&.project
- json.id project.id
- json.position project.position
- json.project_id project.project_id
- end
|