更改:展示暂时去掉
This commit is contained in:
parent
200b954f41
commit
bbb8132a1b
|
@ -15,10 +15,6 @@ else
|
||||||
json.image_url user["avatar_url"]
|
json.image_url user["avatar_url"]
|
||||||
db_user = User.find_by_id(user["id"])
|
db_user = User.find_by_id(user["id"])
|
||||||
if db_user.present?
|
if db_user.present?
|
||||||
if @project&.id == 1428586
|
|
||||||
json.contribution_perc db_user.mindspore_contribution_perc(project)
|
|
||||||
else
|
|
||||||
json.contribution_perc db_user.contribution_perc(project)
|
json.contribution_perc db_user.contribution_perc(project)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
|
||||||
|
|
Loading…
Reference in New Issue