Browse Source

fix issue

pull/1797/head
zhoupzh 3 years ago
parent
commit
a13f4cfbe4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/repo/datasets/index.tmpl

+ 1
- 1
templates/repo/datasets/index.tmpl View File

@@ -131,7 +131,7 @@
<a style="margin-left:30px;" href="{{.RepoLink}}/datasets/edit/{{.dataset.ID}}" class="ui primary basic mini {{if not $.CanWrite}} disabled {{end}} button">{{.i18n.Tr "repo.modelarts.modify"}}</a> <a style="margin-left:30px;" href="{{.RepoLink}}/datasets/edit/{{.dataset.ID}}" class="ui primary basic mini {{if not $.CanWrite}} disabled {{end}} button">{{.i18n.Tr "repo.modelarts.modify"}}</a>
</span> </span>
</div> </div>
{{if and (.dataset.Category) (.dataset.Task) (.dataset.License)}}
{{if or (.dataset.Category) (.dataset.Task) (.dataset.License)}}
<div class="column thirteen wide"> <div class="column thirteen wide">
{{if .dataset.Category}} {{if .dataset.Category}}
{{$category := .dataset.Category}} {{$category := .dataset.Category}}


Loading…
Cancel
Save