From 52ba0baa6d85574f03cfa24347b4920949ab4004 Mon Sep 17 00:00:00 2001 From: Jasder <2053003901@@qq.com> Date: Fri, 20 Mar 2020 20:45:37 +0800 Subject: [PATCH] FIX bug --- app/views/repositories/show.json.jbuilder | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/repositories/show.json.jbuilder b/app/views/repositories/show.json.jbuilder index ea4eeae1f..3b4add7ad 100644 --- a/app/views/repositories/show.json.jbuilder +++ b/app/views/repositories/show.json.jbuilder @@ -3,8 +3,8 @@ json.project_id @project.id json.issues_count @project.issues_count json.pull_requests_count @project.pull_requests_count json.project_identifier @project.identifier -json.praises_count @rproject.praises_count -json.forked_count @rproject.forked_count +json.praises_count @project.praises_count +json.forked_count @project.forked_count json.watchers_count @project.watchers_count json.branches_count @branches_count json.commits_count @commits_count