|
|
@@ -39,20 +39,20 @@ |
|
|
|
</style> |
|
|
|
|
|
|
|
<div class="ui secondary pointing tabular top attached borderless menu navbar"> |
|
|
|
<a class="active item" href="{{$.Link}}?sort=hot&q=&tab="> |
|
|
|
<a class="{{if eq .SortType "hot"}}active{{end}} item" href="{{$.Link}}?sort=hot&q=&tab="> |
|
|
|
<svg class="svg octicon-repo" width="16" height="16" aria-hidden="true"> |
|
|
|
<use xlink:href="#octicon-repo" /> |
|
|
|
</svg> |
|
|
|
热门{{.i18n.Tr "explore.repos"}} |
|
|
|
</a> |
|
|
|
<a class=" item" href="{{$.Link}}?sort=active&q=&tab="> |
|
|
|
<a class="{{if eq .SortType "active"}}active{{end}} item" href="{{$.Link}}?sort=active&q=&tab="> |
|
|
|
<svg class="svg octicon-inbox" width="16" height="16" aria-hidden="true"> |
|
|
|
<use xlink:href="#octicon-inbox" /> |
|
|
|
</svg> |
|
|
|
活跃{{.i18n.Tr "explore.repos"}} |
|
|
|
</a> |
|
|
|
|
|
|
|
<a class="{{if eq .SortType "newest"}}active{{end}} item" href="{{$.Link}}?sort=recentupdate&q={{$.Keyword}}&tab={{$.TabName}}"> |
|
|
|
<a class="{{if eq .SortType "recentupdate"}}active{{end}} item" href="{{$.Link}}?sort=recentupdate&q={{$.Keyword}}&tab={{$.TabName}}"> |
|
|
|
<svg class="svg octicon-organization" width="16" height="16" aria-hidden="true"> |
|
|
|
<use xlink:href="#octicon-organization" /> |
|
|
|
</svg> {{.i18n.Tr "repo.issues.filter_sort.recentupdate"}} |
|
|
|