Skip to content

Commit 6ac2c5e

Browse files
committed
Revert "fix templates user dashboard issues repos=[{{range $.RepoIDs}}{{.}}%2C{{end}}] go-gitea#28304"
This reverts commit 73c5f30.
1 parent 73c5f30 commit 6ac2c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/user/dashboard/issues.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
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}}&repos=[{{range $.RepoIDs}}{{.}}%2C{{end}}]&sort={{$.SortType}}&state={{$.State}}&q={{$.Keyword}}">
36+
<a class="{{if not $.RepoIDs}}active{{end}} repo name item" href="{{$.Link}}?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>

0 commit comments

Comments
 (0)