This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
fix issue
tags/v1.22.12.1^2
zhoupzh
3 years ago
parent
53301a294c
commit
d61f39cd0b
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/repo/grampus/notebook/show.tmpl
+1
-1
templates/repo/modelarts/notebook/show.tmpl
+ 1
- 1
templates/repo/grampus/notebook/show.tmpl
View File
@@ -219,7 +219,7 @@
</td>
<td class="ti-text-form-content">
<div class="text-span text-span-w" id="{{.VersionName}}-ai_center">
{{if .AiCenter}}{{.AiCenter}}{{else}}--{{end}}
{{if
$
.AiCenter}}{{
$
.AiCenter}}{{else}}--{{end}}
</div>
</td>
</tr>
+ 1
- 1
templates/repo/modelarts/notebook/show.tmpl
View File
@@ -232,7 +232,7 @@
{{if eq .IsDelete true}}
{{.DatasetName}}({{$.i18n.Tr "dataset.file_deleted"}})
{{else}}
<a href="{{.RepositoryLink}}" target="_blank">{{.DatasetName}}</a>
<a href="{{
$
.RepositoryLink}}" target="_blank">{{.DatasetName}}</a>
{{end}}
</td>
<td><div class="dataset_nowrap_two_line">{{.DatasetDownloadLink}}</div></td>
Write
Preview
Loading…
Cancel
Save