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
Merge branch 'V20220519' into fix-1985
tags/v1.22.5.1^2
zhoupzh
4 years ago
parent
986a137eeb
043461e137
commit
c53dd4248b
1 changed files
with
5 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-3
templates/org/home.tmpl
+ 5
- 3
templates/org/home.tmpl
View File
@@ -39,7 +39,6 @@
</a>
{{end}}
{{end}}
{{if .OrgTopics}}
<a class=" tag_key ui small tag_lable topic omit icon_a" onclick="isUnfold()" id="icon_btn" >
<i class="ri-arrow-down-s-line" style="display:inline-block;vertical-align:top"></i>
@@ -168,7 +167,10 @@
document.getElementById("icon_btn").innerHTML="<i class=\"ri-arrow-down-s-line\" style=\"display:inline-block;vertical-align:top\"></i>   {{.i18n.Tr "org.unfold"}}"
}
}
isShowIconBtn()
iscontinueStatus()
if ({{.OrgTopics}}.length>0){
isShowIconBtn()
iscontinueStatus()
}
</script>
Write
Preview
Loading…
Cancel
Save