mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
init project
This commit is contained in:
6
app/views/forks/create.json.jbuilder
Normal file
6
app/views/forks/create.json.jbuilder
Normal file
@@ -0,0 +1,6 @@
|
||||
if @new_project
|
||||
json.id @new_project.id
|
||||
json.identifier @new_project.identifier
|
||||
else
|
||||
json.nil!
|
||||
end
|
||||
Reference in New Issue
Block a user