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/554/head
zhoupzh
3 years ago
parent
9ddbad5ec2
commit
9169443a83
2 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/explore/repo_list.tmpl
+1
-1
templates/org/repo_list.tmpl
+ 1
- 1
templates/explore/repo_list.tmpl
View File
@@ -143,7 +143,7 @@
{{if .Topics }}
{{if .Topics }}
<div class="ui tags">
<div class="ui tags">
{{range .Topics}}
{{range .Topics}}
{{if ne . "" }}<a href="{{AppSubUrl}}/explore/repos?q=&topic={{.}}"><div class="ui small label topic">{{.}}</div></a>{{end}}
{{if ne . "" }}<a href="{{AppSubUrl}}/explore/repos?q=
{{.}}
&topic={{
$
.
Topic
}}"><div class="ui small label topic">{{.}}</div></a>{{end}}
{{end}}
{{end}}
</div>
</div>
{{end}}
{{end}}
+ 1
- 1
templates/org/repo_list.tmpl
View File
@@ -58,7 +58,7 @@
{{if .Topics }}
{{if .Topics }}
<div class="ui tags">
<div class="ui tags">
{{range .Topics}}
{{range .Topics}}
{{if ne . "" }}<a href="{{AppSubUrl}}/explore/repos?q={{.}}&topic=
1
"><div class="ui small label topic">{{.}}</div></a>{{end}}
{{if ne . "" }}<a href="{{AppSubUrl}}/explore/repos?q={{.}}&topic=
{{$.Topic}}
"><div class="ui small label topic">{{.}}</div></a>{{end}}
{{end}}
{{end}}
</div>
</div>
{{end}}
{{end}}
Write
Preview
Loading…
Cancel
Save