Skip to content

Commit 30d9f02

Browse files
committed
lint: corrected
1 parent 11f8cd9 commit 30d9f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/shared/repo_search.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
</span>
5353
{{svg "octicon-triangle-down" 14 "dropdown icon"}}
5454
<div class="menu">
55-
{{$href := printf "%s?%s" (.Link | PathEscapeSegments) $queryParams }}
55+
{{$href := printf "%s?%s" (.Link | PathEscapeSegments) $queryParams}}
5656
<a class="{{if eq .SortType "newest"}}active {{end}}item" href="{{$href}}&sort=newest">{{ctx.Locale.Tr "repo.issues.filter_sort.latest"}}</a>
5757
<a class="{{if eq .SortType "oldest"}}active {{end}}item" href="{{$href}}&sort=oldest">{{ctx.Locale.Tr "repo.issues.filter_sort.oldest"}}</a>
5858
<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

Comments
 (0)