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