mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
9 lines
352 B
Ruby
9 lines
352 B
Ruby
json.identifier @repo.identifier
|
|
json.project_id @repo&.project.id
|
|
json.project_name @repo&.project.name
|
|
json.project_identifier @repo.project.identifier
|
|
json.project_description @repo&.project.description
|
|
json.project_category_id @repo&.project.project_category_id
|
|
json.project_language_id @repo&.project.project_language_id
|
|
json.private @repo.hidden
|