This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
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
修改标签鼠标状态
tags/v1.22.1.4^2
wangjr
3 years ago
parent
4ebdaff122
commit
ef05d62aa6
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/org/course_list.tmpl
+ 1
- 1
templates/org/course_list.tmpl
View File
@@ -96,7 +96,7 @@
{{if .Topics }}
{{if .Topics }}
<div class="omit tags " style="position: relative;">
<div class="omit tags " style="position: relative;">
{{range .Topics}}
{{range .Topics}}
{{if ne . "" }}<a style="max-width:100%;margin: 5px 0;display:inline-flex;" ><span class="ui small label topic course_topic" >{{.}}</span></a>{{end}}
{{if ne . "" }}<a style="max-width:100%;margin: 5px 0;display:inline-flex;
cursor:default
" ><span class="ui small label topic course_topic" >{{.}}</span></a>{{end}}
{{end}}
{{end}}
</div>
</div>
Write
Preview
Loading…
Cancel
Save