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 'feat: imprve' (
#59
) from fix-57 into develop
Reviewed-by: palytoxin <sxty32@126.com>
master
palytoxin
4 years ago
parent
720c26e32d
c9bbcd31a9
commit
282467db63
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/dataset_list.tmpl
+ 1
- 1
templates/repo/datasets/dataset_list.tmpl
View File
@@ -18,7 +18,7 @@
<span class="ui text center clipboard" data-clipboard-text="{{.DownloadURL}}" data-tooltip='{{$.i18n.Tr "dataset.copy_url"}}' data-clipboard-action="copy">{{svg "octicon-file" 16}}</span>
</div>
<div class="wide column one" style="{{if ne .DecompressState 1}}
display:none
{{end}}">
<div class="wide column one" style="{{if ne .DecompressState 1}}
visibility: hidden;
{{end}}">
<a class="ui text center" href="datasets/dirs/{{.UUID}}" data-tooltip='{{$.i18n.Tr "dataset.directory"}}'>{{svg "octicon-file-directory" 16}}</a>
</div>
Write
Preview
Loading…
Cancel
Save