Browse Source

#2586

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

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

@@ -468,7 +468,9 @@

<td class="ti-text-form-content">
<div class="text-span text-span-w">
{{.DatasetName}}
{{range $m ,$n := $.datasetDownload}}
<a href="{{.RepositoryLink}}">{{.DatasetName}}</a>
{{end}}
</div>
</td>
</tr>


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

@@ -412,7 +412,9 @@
<td class="ti-text-form-content">
<div class="text-span text-span-w"
id="{{.VersionName}}-BenchmarkTypeName">
{{.DatasetName}}
{{range $m ,$n := $.datasetDownload}}
<a href="{{.RepositoryLink}}">{{.DatasetName}}</a>
{{end}}
</div>
</td>
</tr>


Loading…
Cancel
Save