diff --git a/templates/repo/grampus/notebook/show.tmpl b/templates/repo/grampus/notebook/show.tmpl index 95ec94bba..58e9bc14d 100644 --- a/templates/repo/grampus/notebook/show.tmpl +++ b/templates/repo/grampus/notebook/show.tmpl @@ -219,7 +219,7 @@
- {{if .AiCenter}}{{.AiCenter}}{{else}}--{{end}} + {{if $.AiCenter}}{{$.AiCenter}}{{else}}--{{end}}
diff --git a/templates/repo/modelarts/notebook/show.tmpl b/templates/repo/modelarts/notebook/show.tmpl index 45b451d86..a9b530426 100755 --- a/templates/repo/modelarts/notebook/show.tmpl +++ b/templates/repo/modelarts/notebook/show.tmpl @@ -232,7 +232,7 @@ {{if eq .IsDelete true}} {{.DatasetName}}({{$.i18n.Tr "dataset.file_deleted"}}) {{else}} - {{.DatasetName}} + {{.DatasetName}} {{end}}
{{.DatasetDownloadLink}}