Browse Source

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

pull/442/head
OpenIhu 3 years ago
parent
commit
5b5cfa8abd
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