Browse Source

fix issue

pull/1425/head
zhoupzh 3 years ago
parent
commit
c4fe06151e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      templates/explore/dataset_list.tmpl

+ 2
- 2
templates/explore/dataset_list.tmpl View File

@@ -26,7 +26,7 @@
<div class="item">
<div class="ui header">
<a class="name" href="{{.Repo.Link}}/datasets?type=0">
{{.Repo.OwnerName}} / {{.Title}}
{{.Repo.OwnerName}} / {{.Repo.Alias}}
</a>
<div class="ui right metas">
{{if .Task}}
@@ -53,4 +53,4 @@
</div>
{{end}}
</div>
</div>
</div>

Loading…
Cancel
Save