We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f8cd9 commit 30d9f02Copy full SHA for 30d9f02
templates/shared/repo_search.tmpl
@@ -52,7 +52,7 @@
52
</span>
53
{{svg "octicon-triangle-down" 14 "dropdown icon"}}
54
<div class="menu">
55
- {{$href := printf "%s?%s" (.Link | PathEscapeSegments) $queryParams }}
+ {{$href := printf "%s?%s" (.Link | PathEscapeSegments) $queryParams}}
56
<a class="{{if eq .SortType "newest"}}active {{end}}item" href="{{$href}}&sort=newest">{{ctx.Locale.Tr "repo.issues.filter_sort.latest"}}</a>
57
<a class="{{if eq .SortType "oldest"}}active {{end}}item" href="{{$href}}&sort=oldest">{{ctx.Locale.Tr "repo.issues.filter_sort.oldest"}}</a>
58
<a class="{{if eq .SortType "alphabetically"}}active {{end}}item" href="{{$href}}&sort=alphabetically">{{ctx.Locale.Tr "repo.issues.label.filter_sort.alphabetically"}}</a>
0 commit comments