Browse Source

新增:项目详情has_dataset

pull/347/head
yystopf 2 years ago
parent
commit
8ac9592195
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/helpers/projects_helper.rb

+ 1
- 0
app/helpers/projects_helper.rb View File

@@ -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…
Cancel
Save