项目中是否有数据集

This commit is contained in:
xxq250 2024-04-11 14:12:02 +08:00
parent 99fd459bd6
commit b227250020
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ json.projects @projects do |project|
json.forked_from_project_id project.forked_from_project_id
json.open_devops project.open_devops?
json.platform project.platform
json.has_dataset project.project_dataset.present?
json.author do
if project.educoder?
project_educoder = project.project_educoder