Browse Source

Merge pull request '只留最多引用排序' (#2284) from fix-2144 into V20220616

Reviewed-on: https://git.openi.org.cn/OpenI/aiforge/pulls/2284
Reviewed-by: wangj <wangj@noreply.localhost>
pull/2290/head
wangj 3 years ago
parent
commit
330af3e389
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      templates/explore/datasets.tmpl

+ 0
- 2
templates/explore/datasets.tmpl View File

@@ -157,8 +157,6 @@
href="{{$.Link}}?sort=moststars&q={{$.Keyword}}&tab={{$.TabName}}&category={{$.Category}}&task={{$.Task}}&license={{$.License}}&recommend={{$.Recommend}}">{{.i18n.Tr "repo.issues.filter_sort.moststars"}}</a>
<a class="{{if eq .SortType "mostusecount"}}active{{end}} item"
href="{{$.Link}}?sort=mostusecount&q={{$.Keyword}}&tab={{$.TabName}}&category={{$.Category}}&task={{$.Task}}&license={{$.License}}&recommend={{$.Recommend}}">{{.i18n.Tr "repo.issues.filter_sort.mostusecount"}}</a>
<a class="{{if eq .SortType "fewestusecount"}}active{{end}} item"
href="{{$.Link}}?sort=fewestusecount&q={{$.Keyword}}&tab={{$.TabName}}&category={{$.Category}}&task={{$.Task}}&license={{$.License}}&recommend={{$.Recommend}}">{{.i18n.Tr "repo.issues.filter_sort.fewestusecount"}}</a>
</div>
</div>
</div>


Loading…
Cancel
Save