mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 11:50:49 +08:00
init project
This commit is contained in:
6
app/views/projects/show.json.jbuilder
Normal file
6
app/views/projects/show.json.jbuilder
Normal file
@@ -0,0 +1,6 @@
|
||||
json.name @project.name
|
||||
json.identifier @project.identifier
|
||||
json.is_public @project.is_public
|
||||
json.description @project.description
|
||||
json.repo_id @project.repository.id
|
||||
json.repo_identifier @project.repository.identifier
|
||||
Reference in New Issue
Block a user