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
fix issue
pull/1693/head
Gitea
3 years ago
parent
56ebce77b2
commit
5d91151a9d
1 changed files
with
1 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-4
templates/explore/datasets.tmpl
+ 1
- 4
templates/explore/datasets.tmpl
View File
@@ -162,7 +162,7 @@
{{end}}
</div>
<div style="font-size: 16px;color:#0366D6;font-family: SourceHanSansSC-medium;height: 27px;font-weight: bold;">{{.Title}}</div>
{{if
and
(.Category) (.Task) (.License)}}
{{if
or
(.Category) (.Task) (.License)}}
<div style="font-size: 12px;margin-top: 5px;height: 24px;">
{{if .Category}}
{{$category := .Category}}
@@ -216,6 +216,3 @@
</div>
</div>
{{template "base/footer" .}}
<script>
console.log({{.Total}})
</script>
Write
Preview
Loading…
Cancel
Save