Browse Source

修正仅在explore下显示热门和活跃项目

tags/v1.21.9.2
OpenIhu 4 years ago
parent
commit
ad9c4c43e2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/explore/repo_list.tmpl

+ 1
- 1
templates/explore/repo_list.tmpl View File

@@ -39,7 +39,7 @@
</style>

<div class="ui secondary pointing tabular top attached borderless menu navbar">
{{if .IsLandingPageExplore}}
{{if .PageIsExplore}}
<a class="{{if eq .SortType "hot"}}active{{end}} item" href="{{$.Link}}?sort=hot&q={{$.Keyword}}&tab={{$.TabName}}">
<svg class="svg octicon-repo" width="16" height="16" aria-hidden="true">
<use xlink:href="#octicon-repo" />


Loading…
Cancel
Save