新增:项目详情has_dataset
This commit is contained in:
parent
47c4af8ea1
commit
8ac9592195
|
@ -67,6 +67,7 @@ module ProjectsHelper
|
|||
jianmu_devops_url: jianmu_devops_url,
|
||||
cloud_ide_saas_url: cloud_ide_saas_url(user),
|
||||
open_blockchain: Site.has_blockchain? && project.use_blockchain,
|
||||
has_dataset: project.project_dataset.present?,
|
||||
ignore_id: project.ignore_id
|
||||
}).compact
|
||||
|
||||
|
|
Loading…
Reference in New Issue