Browse Source

去掉千校标签链接

pull/1425/head
wangjr 3 years ago
parent
commit
334dd4b5a7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/org/course_list.tmpl

+ 1
- 1
templates/org/course_list.tmpl View File

@@ -91,7 +91,7 @@
{{if .Topics }}
<div class=" tags " style="position: relative;">
{{range .Topics}}
{{if ne . "" }}<a style="max-width:100%;margin: 5px 0;display:inline-flex;" href="{{AppSubUrl}}/explore/repos?q={{.}}&topic={{$.Topic}}" ><span class="ui small label topic omit" >{{.}}</span></a>{{end}}
{{if ne . "" }}<a style="max-width:100%;margin: 5px 0;display:inline-flex;" ><span class="ui small label topic omit" >{{.}}</span></a>{{end}}
{{end}}
</div>


Loading…
Cancel
Save