forgeplus/app/views/pull_requests/new.json.jbuilder

8 lines
247 B
Plaintext
Raw Normal View History

2020-03-09 00:40:16 +08:00
json.partial! "commons/success"
2020-08-15 13:34:32 +08:00
json.project_id @project.identifier
2020-08-15 13:49:36 +08:00
json.id @project.id
2020-03-09 00:40:16 +08:00
json.branches @all_branches
2020-06-29 17:06:46 +08:00
json.is_fork @is_fork
json.projects_names @projects_names
json.merge_projects @merge_projects
# json.merge_branches @merge_branches