commit
f3b1985801
|
@ -1,3 +1,4 @@
|
|||
json.(project, :id, :name)
|
||||
json.fullname project.name_with_owner
|
||||
json.url api_v1_project_path(project.id, :format => :json)
|
||||
json.url api_v1_project_path(project.id, :format => :json)
|
||||
json.git_url git_repo_url(project.git_repo_name)
|
||||
|
|
Loading…
Reference in New Issue