Browse Source

提交代码,在新开页面中打开链接。

Signed-off-by: zouap <zouap@pcl.ac.cn>
pull/2681/head
zouap 2 years ago
parent
commit
29a4d87319
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/repo/cloudbrain/show.tmpl

+ 1
- 1
templates/repo/cloudbrain/show.tmpl View File

@@ -413,7 +413,7 @@
<div class="text-span text-span-w"
id="{{.VersionName}}-BenchmarkTypeName">
{{range $m ,$n := $.datasetDownload}}
<a href="{{.RepositoryLink}}">{{.DatasetName}}</a>
<a href="{{.RepositoryLink}}" target="_blank">{{.DatasetName}}</a>
{{end}}
</div>
</td>


Loading…
Cancel
Save