mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
init project
This commit is contained in:
8
app/views/repositories/edit.json.jbuilder
Normal file
8
app/views/repositories/edit.json.jbuilder
Normal file
@@ -0,0 +1,8 @@
|
||||
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
|
||||
Reference in New Issue
Block a user