add: detail project description

This commit is contained in:
vilet.yy 2021-03-24 13:59:24 +08:00
parent 9ee42e805b
commit 66608b3baa
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ else
end
json.identifier render_identifier(@project)
json.name @project.name
json.description @project.description
json.project_id @project.id
json.repo_id @repository.id
json.issues_count @project.issues_count.to_i - @project.pull_requests_count.to_i