This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
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
Merge pull request '数据集标签不显示问题' (
#1797
) from temp into V20220328
Reviewed-on:
https://git.openi.org.cn/OpenI/aiforge/pulls/1797
Reviewed-by: liuzx <liuzx@pcl.ac.cn>
fix-restart-show-bug
liuzx
3 years ago
parent
0e1ef777f8
edddff33e3
commit
b937f36e3f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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>
</span>
</div>
{{if
and
(.dataset.Category) (.dataset.Task) (.dataset.License)}}
{{if
or
(.dataset.Category) (.dataset.Task) (.dataset.License)}}
<div class="column thirteen wide">
{{if .dataset.Category}}
{{$category := .dataset.Category}}
Write
Preview
Loading…
Cancel
Save