Skip to content

Commit

Permalink
Revert "fix templates user dashboard issues repos=[{{range $.RepoIDs}…
Browse files Browse the repository at this point in the history
…}{{.}}%2C{{end}}] go-gitea#28304"

This reverts commit 73c5f30.
  • Loading branch information
zjjhot committed Mar 31, 2024
1 parent 73c5f30 commit 6ac2c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/user/dashboard/issues.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<strong>{{CountFmt .IssueStats.MentionCount}}</strong>
</a>
<div class="divider"></div>
<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}}">
<a class="{{if not $.RepoIDs}}active{{end}} repo name item" href="{{$.Link}}?type={{$.ViewType}}&sort={{$.SortType}}&state={{$.State}}&q={{$.Keyword}}">
<span class="text truncate">{{ctx.Locale.Tr "all"}}</span>
<span>{{CountFmt .TotalIssueCount}}</span>
</a>
Expand Down

0 comments on commit 6ac2c5e

Please sign in to comment.