Skip to content

Commit 3bcab84

Browse files
committed
minor fix for go-gitea#28304
1 parent 90b20ce commit 3bcab84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/user/dashboard/issues.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333
<strong>{{CountFmt .IssueStats.MentionCount}}</strong>
3434
</a>
3535
<div class="divider"></div>
36-
<a class="{{if not $.RepoIDs}}active{{end}} repo name item" href="{{$.Link}}?type={{$.ViewType}}&sort={{$.SortType}}&state={{$.State}}&q={{$.Keyword}}">
36+
<a class="{{if not $.RepoIDs}}active{{end}} repo name item" href="?type={{$.ViewType}}&sort={{$.SortType}}&state={{$.State}}&q={{$.Keyword}}">
3737
<span class="text truncate">{{ctx.Locale.Tr "all"}}</span>
3838
<span>{{CountFmt .TotalIssueCount}}</span>
3939
</a>
4040
{{range .Repos}}
4141
{{with $Repo := .}}
42-
<a class="{{range $.RepoIDs}}{{if eq . $Repo.ID}}active{{end}}{{end}} repo name item" href="{{$.Link}}?type={{$.ViewType}}&repos=[
42+
<a class="{{range $.RepoIDs}}{{if eq . $Repo.ID}}active{{end}}{{end}} repo name item" href="?type={{$.ViewType}}&repos=[
4343
{{- with $include := true -}}
4444
{{- range $.RepoIDs -}}
4545
{{- if eq . $Repo.ID -}}

0 commit comments

Comments
 (0)